| Index: Source/platform/scroll/ScrollableArea.h
|
| diff --git a/Source/platform/scroll/ScrollableArea.h b/Source/platform/scroll/ScrollableArea.h
|
| index 5d734c009075878be6fe4a03a010a3f57697be15..685be9983cbfda605f56b742c4f2ad944f837569 100644
|
| --- a/Source/platform/scroll/ScrollableArea.h
|
| +++ b/Source/platform/scroll/ScrollableArea.h
|
| @@ -62,6 +62,8 @@ public:
|
| // is updated on the scrolling thread and we need to notify the main thread.
|
| void notifyScrollPositionChanged(const IntPoint&);
|
|
|
| + static bool scrollBehaviorFromString(const String&, ScrollBehavior&);
|
| +
|
| bool handleWheelEvent(const PlatformWheelEvent&);
|
|
|
| // Functions for controlling if you can scroll past the end of the document.
|
|
|