| 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 4b049e70dcdefa8a939686ba73c7124884a2a7d0..e6884a7d1ba1a07b472f6119102e6e72ad111729 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,
|
|
|