Index: third_party/WebKit/WebCore/rendering/RenderTheme.h |
=================================================================== |
--- third_party/WebKit/WebCore/rendering/RenderTheme.h (revision 10396) |
+++ third_party/WebKit/WebCore/rendering/RenderTheme.h (working copy) |
@@ -29,6 +29,7 @@ |
#else |
#include "ThemeTypes.h" |
#endif |
+#include "ScrollTypes.h" |
namespace WebCore { |
@@ -136,6 +137,8 @@ |
virtual int popupInternalPaddingTop(RenderStyle*) const { return 0; } |
virtual int popupInternalPaddingBottom(RenderStyle*) const { return 0; } |
+ virtual ScrollbarControlSize scrollbarControlSizeForPart(ControlPart) { return RegularScrollbar; } |
+ |
// Method for painting the caps lock indicator |
virtual bool paintCapsLockIndicator(RenderObject*, const RenderObject::PaintInfo&, const IntRect&) { return 0; }; |