| 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 6245df237f467b09253150d7f41cdc040858f773..a32dddf5daca635eb04722d176ea75f26eb89abf 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| @@ -570,7 +570,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;
|
|
|