| Index: sky/engine/platform/scroll/Scrollbar.h
|
| diff --git a/sky/engine/platform/scroll/Scrollbar.h b/sky/engine/platform/scroll/Scrollbar.h
|
| index 17f53d549ceec4efb33750412a1a2a9473e511dc..80ce6a1afaba343985d0adedf2455c6c11175e1e 100644
|
| --- a/sky/engine/platform/scroll/Scrollbar.h
|
| +++ b/sky/engine/platform/scroll/Scrollbar.h
|
| @@ -37,7 +37,6 @@ namespace blink {
|
|
|
| class GraphicsContext;
|
| class IntRect;
|
| -class PlatformGestureEvent;
|
| class ScrollableArea;
|
|
|
| class PLATFORM_EXPORT Scrollbar final : public Widget {
|
| @@ -76,8 +75,6 @@ public:
|
| bool isOverlayScrollbar() const;
|
| bool shouldParticipateInHitTesting();
|
|
|
| - bool gestureEvent(const PlatformGestureEvent&);
|
| -
|
| void mouseEntered();
|
| void mouseExited();
|
|
|
|
|