Index: third_party/WebKit/Source/core/frame/RootFrameViewport.h |
diff --git a/third_party/WebKit/Source/core/frame/RootFrameViewport.h b/third_party/WebKit/Source/core/frame/RootFrameViewport.h |
index 75cfe52370771438b1e9b3329edaf536239b958f..05e0a63cd63a525008f8c3817cf82f47f0d55b6b 100644 |
--- a/third_party/WebKit/Source/core/frame/RootFrameViewport.h |
+++ b/third_party/WebKit/Source/core/frame/RootFrameViewport.h |
@@ -33,6 +33,8 @@ public: |
void setLayoutViewport(ScrollableArea&); |
+ void restoreToAnchor(const DoublePoint&); |
+ |
// ScrollableArea Implementation |
bool isRootFrameViewport() const override { return true; } |
void setScrollPosition(const DoublePoint&, ScrollType, ScrollBehavior = ScrollBehaviorInstant) override; |