Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(394)

Unified Diff: third_party/WebKit/Source/core/layout/LayoutThemeMac.h

Issue 2224883002: Fix RTL rendering of SELECT on macOS and input[type=color] on all platforms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix RTL rendering of SELECT on macOS and input[type=color] on all platforms. Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/layout/LayoutThemeMac.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutThemeMac.h b/third_party/WebKit/Source/core/layout/LayoutThemeMac.h
index f6e11f9a3bb1593c58cc8dac172d30b71ab74fc1..a7e5923d7968db0677683d026b8a4b6a551665eb 100644
--- a/third_party/WebKit/Source/core/layout/LayoutThemeMac.h
+++ b/third_party/WebKit/Source/core/layout/LayoutThemeMac.h
@@ -147,8 +147,8 @@ public:
static constexpr float menuListBaseArrowHeight = 4.0f;
static constexpr float menuListBaseArrowWidth = 5.0f;
static constexpr float menuListBaseSpaceBetweenArrows = 2.0f;
- static const int menuListArrowPaddingLeft = 4;
- static const int menuListArrowPaddingRight = 4;
+ static const int menuListArrowPaddingStart = 4;
+ static const int menuListArrowPaddingEnd = 4;
static const int sliderThumbWidth = 15;
static const int sliderThumbHeight = 15;
static const int sliderThumbShadowBlur = 1;

Powered by Google App Engine
This is Rietveld 408576698