| Index: third_party/WebKit/public/web/WebRemoteFrameClient.h
|
| diff --git a/third_party/WebKit/public/web/WebRemoteFrameClient.h b/third_party/WebKit/public/web/WebRemoteFrameClient.h
|
| index 703943b4b69d3d1cde8f4de9053f16ef5a641180..ab84ef67f516c3e5aef7c51e8c7615cdde26e3f5 100644
|
| --- a/third_party/WebKit/public/web/WebRemoteFrameClient.h
|
| +++ b/third_party/WebKit/public/web/WebRemoteFrameClient.h
|
| @@ -46,6 +46,8 @@ public:
|
|
|
| virtual void frameRectsChanged(const WebRect&) { }
|
|
|
| + virtual void visibilityChanged(bool visible) {}
|
| +
|
| // This frame updated its opener to another frame.
|
| virtual void didChangeOpener(WebFrame* opener) { }
|
| };
|
|
|