Index: Source/platform/scroll/ScrollableArea.h |
diff --git a/Source/platform/scroll/ScrollableArea.h b/Source/platform/scroll/ScrollableArea.h |
index 7c040a6e68d3f64ae06b57c53362f045014b0bec..28c786198374e16badbf5ebb536c597dcedf9cb4 100644 |
--- a/Source/platform/scroll/ScrollableArea.h |
+++ b/Source/platform/scroll/ScrollableArea.h |
@@ -65,7 +65,7 @@ public: |
// host window in the window's coordinate space. |
virtual HostWindow* hostWindow() const { return 0; }; |
- bool scroll(ScrollDirection, ScrollGranularity, float delta = 1); |
+ 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); |