| Index: third_party/WebKit/Source/core/layout/LayoutObject.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.h b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| index ed733a988b011fc8b3b7fa92d08b1ad04fa7553b..cd5d90dc2d54e0f897e81453699eaa1c36f4454c 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| @@ -280,7 +280,8 @@ class CORE_EXPORT LayoutObject : public ImageResourceObserver,
|
| const ScrollAlignment& align_x = ScrollAlignment::kAlignCenterIfNeeded,
|
| const ScrollAlignment& align_y = ScrollAlignment::kAlignCenterIfNeeded,
|
| ScrollType = kProgrammaticScroll,
|
| - bool make_visible_in_visual_viewport = true);
|
| + bool make_visible_in_visual_viewport = true,
|
| + ScrollBehavior = kScrollBehaviorAuto);
|
|
|
| // Convenience function for getting to the nearest enclosing box of a
|
| // LayoutObject.
|
|
|