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 716039a4ee2742e3942e3305e5f0def829599556..ebc59feb9ae4d2bedb28b36a68fabd8bdbd4c27a 100644 |
--- a/third_party/WebKit/Source/core/frame/RootFrameViewport.h |
+++ b/third_party/WebKit/Source/core/frame/RootFrameViewport.h |
@@ -37,7 +37,8 @@ public: |
LayoutRect scrollIntoView( |
const LayoutRect& rectInContent, |
const ScrollAlignment& alignX, |
- const ScrollAlignment& alignY) override; |
+ const ScrollAlignment& alignY, |
+ ScrollType = ProgrammaticScroll) override; |
skobes
2015/09/30 22:31:14
nit: extra space
ymalik
2015/10/01 22:25:31
Done.
|
DoubleRect visibleContentRectDouble(IncludeScrollbarsInRect = ExcludeScrollbars) const override; |
IntRect visibleContentRect(IncludeScrollbarsInRect = ExcludeScrollbars) const override; |
bool shouldUseIntegerScrollOffset() const override; |