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 2b0a4d986a33d065dcefaa4a970f06092a1a009e..1342700f07b33f4c227f23ce62015ebce79d5059 100644 |
--- a/third_party/WebKit/Source/core/frame/RootFrameViewport.h |
+++ b/third_party/WebKit/Source/core/frame/RootFrameViewport.h |
@@ -31,6 +31,8 @@ public: |
DECLARE_VIRTUAL_TRACE(); |
+ void setLayoutViewport(ScrollableArea&); |
+ |
// ScrollableArea Implementation |
void setScrollPosition(const DoublePoint&, ScrollType, ScrollBehavior = ScrollBehaviorInstant) override; |
LayoutRect scrollIntoView( |