Index: third_party/WebKit/Source/core/frame/VisualViewport.h |
diff --git a/third_party/WebKit/Source/core/frame/VisualViewport.h b/third_party/WebKit/Source/core/frame/VisualViewport.h |
index 295c52a5ef9f2c88d69bd495aa220c02a8b0a980..244bff4a14929716b6bfb12f3bd956d837ee4ba6 100644 |
--- a/third_party/WebKit/Source/core/frame/VisualViewport.h |
+++ b/third_party/WebKit/Source/core/frame/VisualViewport.h |
@@ -173,6 +173,7 @@ public: |
DoubleRect visibleContentRectDouble(IncludeScrollbarsInRect = ExcludeScrollbars) const override; |
IntRect visibleContentRect(IncludeScrollbarsInRect = ExcludeScrollbars) const override; |
bool shouldUseIntegerScrollOffset() const override; |
+ void setScrollPosition(const DoublePoint&, ScrollType, ScrollBehavior = ScrollBehaviorInstant) override; |
LayoutRect visualRectForScrollbarParts() const override { ASSERT_NOT_REACHED(); return LayoutRect(); } |
bool isActive() const override { return false; } |
int scrollSize(ScrollbarOrientation) const override; |