| Index: sky/engine/platform/scroll/ScrollableArea.h
|
| diff --git a/sky/engine/platform/scroll/ScrollableArea.h b/sky/engine/platform/scroll/ScrollableArea.h
|
| index bc2e26a1556c5497265517fc71c267c9de889ab6..93eb33b714a7b6bacf61deb1e6cfc6e7119eeec3 100644
|
| --- a/sky/engine/platform/scroll/ScrollableArea.h
|
| +++ b/sky/engine/platform/scroll/ScrollableArea.h
|
| @@ -36,7 +36,6 @@ namespace blink {
|
|
|
| class FloatPoint;
|
| class HostWindow;
|
| -class PlatformWheelEvent;
|
| class ScrollAnimator;
|
|
|
| enum ScrollBehavior {
|
| @@ -67,8 +66,6 @@ public:
|
|
|
| static bool scrollBehaviorFromString(const String&, ScrollBehavior&);
|
|
|
| - bool handleWheelEvent(const PlatformWheelEvent&);
|
| -
|
| // Functions for controlling if you can scroll past the end of the document.
|
| bool constrainsScrollingToContentEdge() const { return m_constrainsScrollingToContentEdge; }
|
| void setConstrainsScrollingToContentEdge(bool constrainsScrollingToContentEdge) { m_constrainsScrollingToContentEdge = constrainsScrollingToContentEdge; }
|
|
|