| 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 2a39ef489b58e61a056f418f6a7db909a44c49c1..8013cf0b910acda682618e1b5cf4b9e38f16fc21 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| @@ -591,7 +591,8 @@ class CORE_EXPORT LayoutBox : public LayoutBoxModelObject {
|
| const ScrollAlignment& align_x,
|
| const ScrollAlignment& align_y,
|
| ScrollType = kProgrammaticScroll,
|
| - bool make_visible_in_visual_viewport = true);
|
| + bool make_visible_in_visual_viewport = true,
|
| + ScrollBehavior = kScrollBehaviorAuto);
|
|
|
| LayoutRectOutsets MarginBoxOutsets() const override {
|
| return margin_box_outsets_;
|
|
|