| 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 ca26cdbff78eeb24b3482ae0b87951d8a4fbbdd2..bd609511c452eb137af3c3391e6b2df43a049de8 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| @@ -568,7 +568,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;
|
|
|