| Index: third_party/WebKit/Source/core/frame/RemoteFrameClient.h
|
| diff --git a/third_party/WebKit/Source/core/frame/RemoteFrameClient.h b/third_party/WebKit/Source/core/frame/RemoteFrameClient.h
|
| index 50d88f88ac63e1f0287a201abc30773e7d1b3017..cdaaef8bb320b6aadd151c1e4d531ac4bd86bcf1 100644
|
| --- a/third_party/WebKit/Source/core/frame/RemoteFrameClient.h
|
| +++ b/third_party/WebKit/Source/core/frame/RemoteFrameClient.h
|
| @@ -28,6 +28,8 @@ public:
|
| virtual void forwardInputEvent(Event*) = 0;
|
|
|
| virtual void frameRectsChanged(const IntRect& frameRect) = 0;
|
| +
|
| + virtual void visibilityChanged(bool visible) = 0;
|
| };
|
|
|
| } // namespace blink
|
|
|