| 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;
|
|
|