Chromium Code Reviews| Index: Source/core/rendering/RenderScrollbarTheme.h |
| =================================================================== |
| --- Source/core/rendering/RenderScrollbarTheme.h (revision 167616) |
| +++ Source/core/rendering/RenderScrollbarTheme.h (working copy) |
| @@ -46,6 +46,7 @@ |
| virtual void paintScrollCorner(GraphicsContext*, const IntRect& cornerRect) OVERRIDE; |
| virtual bool shouldCenterOnThumb(ScrollbarThemeClient* scrollbar, const PlatformMouseEvent& event) OVERRIDE { return ScrollbarTheme::theme()->shouldCenterOnThumb(scrollbar, event); } |
| + virtual bool shouldSnapBackToDragOrigin(ScrollbarThemeClient* scrollbar, const PlatformMouseEvent& event) OVERRIDE { return ScrollbarTheme::theme()->shouldSnapBackToDragOrigin(scrollbar, event); } |
|
Peter Kasting
2014/02/25 00:01:58
This is necessary so that CSS-styled scrollbars al
|
| virtual double initialAutoscrollTimerDelay() OVERRIDE { return ScrollbarTheme::theme()->initialAutoscrollTimerDelay(); } |
| virtual double autoscrollTimerDelay() OVERRIDE { return ScrollbarTheme::theme()->autoscrollTimerDelay(); } |