| Index: sky/engine/platform/scroll/Scrollbar.h
|
| diff --git a/sky/engine/platform/scroll/Scrollbar.h b/sky/engine/platform/scroll/Scrollbar.h
|
| index 5a578cae4be09dce141d38eedeabbc1cd814630e..130e39697855d86a5350547e9dfcec2e7b75dc1d 100644
|
| --- a/sky/engine/platform/scroll/Scrollbar.h
|
| +++ b/sky/engine/platform/scroll/Scrollbar.h
|
| @@ -118,9 +118,6 @@ public:
|
|
|
| void invalidatePart(ScrollbarPart);
|
|
|
| - bool shouldCenterOnThumb(const PlatformMouseEvent&);
|
| - bool shouldSnapBackToDragOrigin(const PlatformMouseEvent&);
|
| -
|
| // The position of the thumb relative to the track.
|
| int thumbPosition();
|
| // The length of the thumb along the axis of the scrollbar.
|
|
|