| 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 e02bffd3737469a2d86e41354e57a2b316ae6cdc..fb96df8cb45c03d11b98cc8be85c1c0928340211 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.h
|
| @@ -954,10 +954,10 @@ class CORE_EXPORT FrameView final
|
|
|
| // Override FrameViewBase methods to do point conversion via layoutObjects, in
|
| // order to take transforms into account.
|
| - IntRect convertToContainingWidget(const IntRect&) const override;
|
| - IntRect convertFromContainingWidget(const IntRect&) const override;
|
| - IntPoint convertToContainingWidget(const IntPoint&) const override;
|
| - IntPoint convertFromContainingWidget(const IntPoint&) const override;
|
| + IntRect convertToContainingFrameViewBase(const IntRect&) const override;
|
| + IntRect convertFromContainingFrameViewBase(const IntRect&) const override;
|
| + IntPoint convertToContainingFrameViewBase(const IntPoint&) const override;
|
| + IntPoint convertFromContainingFrameViewBase(const IntPoint&) const override;
|
|
|
| void didChangeGlobalRootScroller() override;
|
|
|
|
|