| Index: third_party/WebKit/Source/core/frame/RemoteFrame.h
|
| diff --git a/third_party/WebKit/Source/core/frame/RemoteFrame.h b/third_party/WebKit/Source/core/frame/RemoteFrame.h
|
| index c12ec4b6011cd4b0a9087b7900d2de507aadd483..8d6d8545822a7e81e07bfbdc1824dc5ef405701e 100644
|
| --- a/third_party/WebKit/Source/core/frame/RemoteFrame.h
|
| +++ b/third_party/WebKit/Source/core/frame/RemoteFrame.h
|
| @@ -47,6 +47,8 @@ public:
|
|
|
| void frameRectsChanged(const IntRect& frameRect);
|
|
|
| + void visibilityChanged(bool visible);
|
| +
|
| void setRemotePlatformLayer(WebLayer*);
|
| WebLayer* remotePlatformLayer() const { return m_remotePlatformLayer; }
|
|
|
|
|