| Index: third_party/WebKit/Source/core/paint/ThemePainterDefault.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/ThemePainterDefault.cpp b/third_party/WebKit/Source/core/paint/ThemePainterDefault.cpp
|
| index b3d37907954838d4f3604ddde0f9c755231a2cc8..0cf2f4ec34a3bba0a6e4d0ec0c4fb99db66f41e8 100644
|
| --- a/third_party/WebKit/Source/core/paint/ThemePainterDefault.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/ThemePainterDefault.cpp
|
| @@ -290,7 +290,7 @@ void ThemePainterDefault::SetupMenuListArrow(
|
|
|
| extra_params.menu_list.arrow_y = middle;
|
| float arrow_box_width = theme_.ClampedMenuListArrowPaddingSize(
|
| - box.GetFrameView()->GetHostWindow(), box.StyleRef());
|
| + box.GetFrameView()->GetChromeClient(), box.StyleRef());
|
| float arrow_scale_factor = arrow_box_width / theme_.MenuListArrowWidthInDIP();
|
| if (UseMockTheme()) {
|
| // The size and position of the drop-down button is different between
|
|
|