Index: Source/platform/scroll/ScrollbarTheme.h |
=================================================================== |
--- Source/platform/scroll/ScrollbarTheme.h (revision 168176) |
+++ Source/platform/scroll/ScrollbarTheme.h (working copy) |
@@ -84,8 +84,8 @@ |
virtual void paintOverhangBackground(GraphicsContext*, const IntRect&, const IntRect&, const IntRect&); |
virtual void paintOverhangShadows(GraphicsContext*, const IntSize&, const IntRect&, const IntRect&, const IntRect&) { } |
- virtual bool shouldCenterOnThumb(ScrollbarThemeClient*, const PlatformMouseEvent&) { return false; } |
- virtual bool shouldSnapBackToDragOrigin(ScrollbarThemeClient*, const PlatformMouseEvent&) { return false; } |
+ virtual bool shouldCenterOnThumb(ScrollbarThemeClient*, const PlatformMouseEvent&); |
+ virtual bool shouldSnapBackToDragOrigin(ScrollbarThemeClient*, const PlatformMouseEvent&); |
virtual bool shouldDragDocumentInsteadOfThumb(ScrollbarThemeClient*, const PlatformMouseEvent&) { return false; } |
// The position of the thumb relative to the track. |