| Index: third_party/WebKit/Source/core/layout/LayoutBox.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.h b/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| index da5dbb222752e4c0be01fa9e671e9da521d34bf9..fdbec89d042e143430ded5788e9dbcd6d899e77a 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| @@ -590,7 +590,8 @@ class CORE_EXPORT LayoutBox : public LayoutBoxModelObject {
|
| const ScrollAlignment& alignX,
|
| const ScrollAlignment& alignY,
|
| ScrollType = ProgrammaticScroll,
|
| - bool makeVisibleInVisualViewport = true);
|
| + bool makeVisibleInVisualViewport = true,
|
| + ScrollBehavior = ScrollBehaviorAuto);
|
|
|
| LayoutRectOutsets marginBoxOutsets() const override {
|
| return m_marginBoxOutsets;
|
|
|