| 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 b5ac796af45ce20abcfb6d26fd4656f287181270..fdf7d1dbe23abc7d8784a6ccc78453a122acbcc0 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.h
|
| @@ -362,7 +362,8 @@ public:
|
| virtual 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.
|
|
|