| 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 3a1f93d5d18debe5d46bcccdd143ac20389d5cbe..9035b24e6dd323fe64b55e5f05cd16eae5170338 100644
|
| --- a/third_party/WebKit/Source/core/frame/RemoteFrameView.h
|
| +++ b/third_party/WebKit/Source/core/frame/RemoteFrameView.h
|
| @@ -36,13 +36,13 @@ class RemoteFrameView final : public FrameViewBase {
|
| void Show() override;
|
| void SetParentVisible(bool) 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
|
|
|