| 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 4873cc07fba89994c7cfb23d298341a7b1224809..ea647e42c7fdddd6c201b50dfc2519f8ec3b9913 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| @@ -278,7 +278,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.
|
|
|