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