Index: Source/platform/scroll/ScrollableArea.h |
diff --git a/Source/platform/scroll/ScrollableArea.h b/Source/platform/scroll/ScrollableArea.h |
index 86af30c3518584f051be2987dbcefaff5b4c4db9..965b6aad051cf8e1c53eb78c594e7fc9caa9abd0 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 userScroll(ScrollDirectionPhysical, ScrollGranularity, float delta = 1); |
+ virtual ScrollResultOneDimensional userScroll(ScrollDirectionPhysical, ScrollGranularity, float delta = 1); |
virtual void setScrollPosition(const DoublePoint&, ScrollBehavior = ScrollBehaviorInstant); |
void scrollToOffsetWithoutAnimation(const FloatPoint&, bool cancelProgrammaticAnimations = true); |