Chromium Code Reviews| Index: Source/core/frame/RemoteFrame.h |
| diff --git a/Source/core/frame/RemoteFrame.h b/Source/core/frame/RemoteFrame.h |
| index 5dd6df815a397cfbe25b41d81b59926f41053fe0..ff75b01de588688e12cc3b4e9e4b39c86ba6b562 100644 |
| --- a/Source/core/frame/RemoteFrame.h |
| +++ b/Source/core/frame/RemoteFrame.h |
| @@ -18,6 +18,8 @@ public: |
| virtual ~RemoteFrame(); |
| + virtual void detach() OVERRIDE; |
| + |
| void setView(PassRefPtr<RemoteFrameView>); |
| void createView(); |