Index: third_party/WebKit/WebCore/rendering/RenderThemeMac.h |
=================================================================== |
--- third_party/WebKit/WebCore/rendering/RenderThemeMac.h (revision 10396) |
+++ third_party/WebKit/WebCore/rendering/RenderThemeMac.h (working copy) |
@@ -60,6 +60,8 @@ |
virtual Color platformInactiveListBoxSelectionBackgroundColor() const; |
virtual Color platformInactiveListBoxSelectionForegroundColor() const; |
+ virtual ScrollbarControlSize scrollbarControlSizeForPart(ControlPart) { return SmallScrollbar; } |
+ |
virtual void platformColorsDidChange(); |
// System fonts. |