| Index: Source/core/rendering/RenderThemeChromiumMac.h
|
| diff --git a/Source/core/rendering/RenderThemeChromiumMac.h b/Source/core/rendering/RenderThemeChromiumMac.h
|
| index 3dc8de4841d3362e440f02b064fdcb5269a8a2eb..42c135e55ef00273aef64cfbee309a982aa5028b 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;
|
|
|
|
|