Index: Source/platform/scroll/ScrollableArea.h |
diff --git a/Source/platform/scroll/ScrollableArea.h b/Source/platform/scroll/ScrollableArea.h |
index dc46b005107eaa64077e491e76c25ef0f7f64ca6..dbaa2af080eece0c84c5343bf3c196ec65906624 100644 |
--- a/Source/platform/scroll/ScrollableArea.h |
+++ b/Source/platform/scroll/ScrollableArea.h |
@@ -65,6 +65,7 @@ public: |
virtual HostWindow* hostWindow() const { return 0; }; |
bool 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); |