Index: third_party/WebKit/Source/core/frame/FrameView.h |
diff --git a/third_party/WebKit/Source/core/frame/FrameView.h b/third_party/WebKit/Source/core/frame/FrameView.h |
index a7e11670445cc2f999893b79637bf65c2604e720..c4be11311dd65eb258c4de6830221142ea603a28 100644 |
--- a/third_party/WebKit/Source/core/frame/FrameView.h |
+++ b/third_party/WebKit/Source/core/frame/FrameView.h |
@@ -361,7 +361,8 @@ public: |
LayoutRect scrollIntoView( |
const LayoutRect& rectInContent, |
const ScrollAlignment& alignX, |
- const ScrollAlignment& alignY) override; |
+ const ScrollAlignment& alignY, |
+ ScrollType = ProgrammaticScroll) override; |
// The window that hosts the FrameView. The FrameView will communicate scrolls and repaints to the |
// host window in the window's coordinate space. |