| 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 7beb80af43cd0b3951c9ae5a30a0fde450ca04d2..f56e8a383a1cb0b36164c22533c9b22be2b9d847 100644
|
| --- a/third_party/WebKit/Source/core/frame/RemoteFrameClient.h
|
| +++ b/third_party/WebKit/Source/core/frame/RemoteFrameClient.h
|
| @@ -31,6 +31,8 @@ public:
|
| virtual void frameRectsChanged(const IntRect& frameRect) = 0;
|
|
|
| virtual void advanceFocus(WebFocusType, LocalFrame* source) = 0;
|
| +
|
| + virtual void visibilityChanged(bool visible) = 0;
|
| };
|
|
|
| } // namespace blink
|
|
|