| 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 17fa1d7f6a4c9ab527069de8c58479fb23305039..e896074c771bc126d1261a6779d12418335b188c 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.
|
|
|