| Index: Source/platform/scroll/ScrollableArea.h
|
| diff --git a/Source/platform/scroll/ScrollableArea.h b/Source/platform/scroll/ScrollableArea.h
|
| index ac78c932f1df79b37bc42a610082b691ca5706fb..e5e706d1aa22b8fdcda37b8245f598093eb0e361 100644
|
| --- a/Source/platform/scroll/ScrollableArea.h
|
| +++ b/Source/platform/scroll/ScrollableArea.h
|
| @@ -102,8 +102,6 @@ public:
|
|
|
| static bool scrollBehaviorFromString(const String&, ScrollBehavior&);
|
|
|
| - virtual ScrollResult handleWheel(const PlatformWheelEvent&);
|
| -
|
| bool inLiveResize() const { return m_inLiveResize; }
|
| void willStartLiveResize();
|
| void willEndLiveResize();
|
|
|