| 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 641417f3d2bf44d94f303ab047d8ab920b84f85e..d6b28f9e0399fadc7c118ef6921013573050dc0f 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
|
| @@ -367,6 +367,8 @@ public:
|
|
|
| bool hitTestResizerInFragments(const PaintLayerFragments&, const HitTestLocation&) const;
|
|
|
| + // Returns the new position, after scrolling, of the given rect in absolute
|
| + // coordinates, clipped by the parent's client rect.
|
| LayoutRect scrollIntoView(const LayoutRect&, const ScrollAlignment& alignX, const ScrollAlignment& alignY, ScrollType = ProgrammaticScroll) override;
|
|
|
| // Returns true if scrollable area is in the FrameView's collection of scrollable areas. This can
|
|
|