| Index: third_party/WebKit/Source/core/frame/RemoteFrame.h
|
| diff --git a/third_party/WebKit/Source/core/frame/RemoteFrame.h b/third_party/WebKit/Source/core/frame/RemoteFrame.h
|
| index 71005c89953f79edb2f7e97c101022daccab4a00..7ecd6c8ec6c02ae46224eaf94e379ff20bb07291 100644
|
| --- a/third_party/WebKit/Source/core/frame/RemoteFrame.h
|
| +++ b/third_party/WebKit/Source/core/frame/RemoteFrame.h
|
| @@ -60,14 +60,14 @@ public:
|
|
|
| RemoteFrameView* view() const;
|
|
|
| + RemoteFrameClient* client() const;
|
| +
|
| private:
|
| RemoteFrame(RemoteFrameClient*, FrameHost*, FrameOwner*);
|
|
|
| // Internal Frame helper overrides:
|
| WindowProxyManager* getWindowProxyManager() const override { return m_windowProxyManager.get(); }
|
|
|
| - RemoteFrameClient* remoteFrameClient() const;
|
| -
|
| Member<RemoteFrameView> m_view;
|
| Member<RemoteSecurityContext> m_securityContext;
|
| Member<RemoteDOMWindow> m_domWindow;
|
|
|