| Index: Source/core/rendering/RenderThemeChromiumMac.h
|
| diff --git a/Source/core/rendering/RenderThemeChromiumMac.h b/Source/core/rendering/RenderThemeChromiumMac.h
|
| index 039e20dc5c04f4449c00af9758999ac33f3d581a..adf58c0df3d5f5ecd849e9081e56066d00094b78 100644
|
| --- a/Source/core/rendering/RenderThemeChromiumMac.h
|
| +++ b/Source/core/rendering/RenderThemeChromiumMac.h
|
| @@ -55,7 +55,7 @@ public:
|
| virtual Color platformInactiveListBoxSelectionForegroundColor() const OVERRIDE;
|
| virtual Color platformFocusRingColor() const OVERRIDE;
|
|
|
| - virtual ScrollbarControlSize scrollbarControlSizeForPart(ControlPart) OVERRIDE { return SmallScrollbar; }
|
| + virtual ScrollbarControlSize scrollbarControlSizeForPart(ControlPart part) OVERRIDE { return part == ListboxPart ? SmallScrollbar : RegularScrollbar; }
|
|
|
| virtual void platformColorsDidChange() OVERRIDE;
|
|
|
|
|