| Index: third_party/WebKit/Source/core/frame/RemoteFrameView.h
|
| diff --git a/third_party/WebKit/Source/core/frame/RemoteFrameView.h b/third_party/WebKit/Source/core/frame/RemoteFrameView.h
|
| index 9026625253064e4a371b69a9756877574de63dac..bfb93c60b7c29ab0bcbbc8bccad769b2c002cc9e 100644
|
| --- a/third_party/WebKit/Source/core/frame/RemoteFrameView.h
|
| +++ b/third_party/WebKit/Source/core/frame/RemoteFrameView.h
|
| @@ -50,13 +50,13 @@ class RemoteFrameView final : public GarbageCollectedFinalized<RemoteFrameView>,
|
|
|
| IntRect ConvertFromContainingFrameViewBase(const IntRect&) const override;
|
|
|
| + void UpdateRemoteViewportIntersection();
|
| +
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| private:
|
| explicit RemoteFrameView(RemoteFrame*);
|
|
|
| - void UpdateRemoteViewportIntersection();
|
| -
|
| // The properties and handling of the cycle between RemoteFrame
|
| // and its RemoteFrameView corresponds to that between LocalFrame
|
| // and FrameView. Please see the FrameView::m_frame comment for
|
|
|