| 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 cef8ef1a279f3757243cf20cc8e294f15cd80a5c..3dfb99073e1eb2245e80d2b1e9bb2f7bdab9e5ad 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| @@ -276,7 +276,8 @@ class CORE_EXPORT LayoutObject : public ImageResourceObserver,
|
| const ScrollAlignment& alignX = ScrollAlignment::alignCenterIfNeeded,
|
| const ScrollAlignment& alignY = ScrollAlignment::alignCenterIfNeeded,
|
| ScrollType = ProgrammaticScroll,
|
| - bool makeVisibleInVisualViewport = true);
|
| + bool makeVisibleInVisualViewport = true,
|
| + ScrollBehavior = ScrollBehaviorAuto);
|
|
|
| // Convenience function for getting to the nearest enclosing box of a
|
| // LayoutObject.
|
|
|