| Index: third_party/WebKit/Source/core/frame/FrameView.h
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameView.h b/third_party/WebKit/Source/core/frame/FrameView.h
|
| index bae313f6084a4180e8969025628247c88a6c218e..8eefa683c94cfa3978dfc51b9ae86b4684a2d92f 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.h
|
| @@ -167,9 +167,6 @@ public:
|
|
|
| void adjustViewSize();
|
|
|
| - // |unobscuredRect| receives the clip rect that is not clipped to the root window. It may be nullptr.
|
| - IntRect clipRectsForFrameOwner(const HTMLFrameOwnerElement*, IntRect* unobscuredRect) const;
|
| -
|
| // Scale used to convert incoming input events.
|
| float inputEventsScaleFactor() const;
|
|
|
| @@ -367,6 +364,7 @@ public:
|
| bool isScrollCornerVisible() const override;
|
| bool userInputScrollable(ScrollbarOrientation) const override;
|
| bool shouldPlaceVerticalScrollbarOnLeft() const override;
|
| +
|
| LayoutRect scrollIntoView(
|
| const LayoutRect& rectInContent,
|
| const ScrollAlignment& alignX,
|
|
|