outline fixes

This commit is contained in:
Alexander Frick 2024-08-17 08:15:32 -05:00
parent 7988fe55d7
commit 15c4ee0a3f
2 changed files with 2 additions and 2 deletions

View file

@ -1301,7 +1301,7 @@ bool TabStrip::ShouldDrawStrokes() const {
}
int TabStrip::Th24StrokeOffset() const {
return ShouldDrawStrokes() ? 1 : 0;
return ShouldDrawStrokes() ? 2 : 2;
}
void TabStrip::SetSelection(const ui::ListSelectionModel& new_selection) {

View file

@ -1241,7 +1241,7 @@ SkPath ChromeRefresh2023TabStyleViews::GetPath(
}
if (Th24State()) {
top -= 1;
top -= tab()->controller()->Th24StrokeOffset();
// Experimental int
//bottom -= tab()->controller()->Th24StrokeOffset();
}