| 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 34ccc620332c223c39b2fb6588bc72c62359c249..ed845f20f8dfa99832ad2f9aba81933bffeb5136 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.
|
|
|