| 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 a612cbf3da3a67c4627698f6d04cb266a60b3300..fe7ce682fdfa4913d2f83ab5ebb6448da98ffdb3 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.h
|
| @@ -362,7 +362,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.
|
|
|