| 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 21e0c4e813950662abc7cf9d64d644ff595c6f11..c9090262209c9941996ebeb91bb2b5c803ef4d1b 100644
|
| --- a/third_party/WebKit/Source/core/frame/RemoteFrame.h
|
| +++ b/third_party/WebKit/Source/core/frame/RemoteFrame.h
|
| @@ -49,6 +49,8 @@ public:
|
|
|
| void frameRectsChanged(const IntRect& frameRect);
|
|
|
| + void visibilityChanged(bool visible);
|
| +
|
| void setRemotePlatformLayer(WebLayer*);
|
| WebLayer* remotePlatformLayer() const { return m_remotePlatformLayer; }
|
|
|
|
|