| 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 412ef44e1c0847133edae4ebbe9ab64a2431f656..ae5452527703a11b036bd819b5df206b6479e2ac 100644
|
| --- a/third_party/WebKit/public/web/WebRemoteFrameClient.h
|
| +++ b/third_party/WebKit/public/web/WebRemoteFrameClient.h
|
| @@ -47,6 +47,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) { }
|
|
|
|
|