| 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 464f77a70c6327b300310eb341fdd08b343591a4..d2b3f86f12e112a905f58f74efd69a0f4d9f5804 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| @@ -588,8 +588,7 @@
|
| const ScrollAlignment& align_x,
|
| const ScrollAlignment& align_y,
|
| ScrollType = kProgrammaticScroll,
|
| - bool make_visible_in_visual_viewport = true,
|
| - ScrollBehavior = kScrollBehaviorAuto);
|
| + bool make_visible_in_visual_viewport = true);
|
|
|
| LayoutRectOutsets MarginBoxOutsets() const override {
|
| return margin_box_outsets_;
|
|
|