| Index: third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
|
| index e38398dbc91a8c7ce7a728072d403081e8f6ebf1..493926c9b86848c5be9aaec662d6e7aad3df3baf 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
|
| @@ -240,6 +240,9 @@ class CORE_EXPORT PaintLayerScrollableArea final
|
|
|
| HostWindow* getHostWindow() const override;
|
|
|
| + ProgrammaticScrollCoordinator* getProgrammaticScrollCoordinator()
|
| + const override;
|
| +
|
| // For composited scrolling, we allocate an extra GraphicsLayer to hold
|
| // onto the scrolling content. The layer can be shifted on the GPU and
|
| // composited at little cost.
|
| @@ -379,7 +382,8 @@ class CORE_EXPORT PaintLayerScrollableArea final
|
| LayoutRect scrollIntoView(const LayoutRect&,
|
| const ScrollAlignment& alignX,
|
| const ScrollAlignment& alignY,
|
| - ScrollType = ProgrammaticScroll) override;
|
| + ScrollType = ProgrammaticScroll,
|
| + ScrollBehavior = ScrollBehaviorAuto) override;
|
|
|
| // Returns true if scrollable area is in the FrameView's collection of
|
| // scrollable areas. This can only happen if we're scrollable, visible to hit
|
|
|