| Index: Source/platform/scroll/ScrollableArea.h
|
| diff --git a/Source/platform/scroll/ScrollableArea.h b/Source/platform/scroll/ScrollableArea.h
|
| index ee434977a1d608441aa29fe15fff6e2628a933d4..56c28e3f7eb6f2bcdfee17c0ed7f360949ed3c8a 100644
|
| --- a/Source/platform/scroll/ScrollableArea.h
|
| +++ b/Source/platform/scroll/ScrollableArea.h
|
| @@ -68,7 +68,7 @@ public:
|
| // host window in the window's coordinate space.
|
| virtual HostWindow* hostWindow() const { return 0; };
|
|
|
| - virtual bool scroll(ScrollDirection, ScrollGranularity, float delta = 1);
|
| + virtual ScrollResultOneDimensional scroll(ScrollDirection, ScrollGranularity, float delta = 1);
|
| virtual void setScrollPosition(const DoublePoint&, ScrollBehavior = ScrollBehaviorInstant);
|
| void scrollToOffsetWithoutAnimation(const FloatPoint&, bool cancelProgrammaticAnimations = true);
|
| void scrollToOffsetWithoutAnimation(ScrollbarOrientation, float offset);
|
|
|