| Index: third_party/WebKit/Source/web/RemoteFrameClientImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/RemoteFrameClientImpl.cpp b/third_party/WebKit/Source/web/RemoteFrameClientImpl.cpp
|
| index 9250810f9b499386d64091271555082cdbe6dd4a..e856b5d7b01f0c5e753ee8c084de640d894b0ea3 100644
|
| --- a/third_party/WebKit/Source/web/RemoteFrameClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/RemoteFrameClientImpl.cpp
|
| @@ -188,4 +188,9 @@ void RemoteFrameClientImpl::frameRectsChanged(const IntRect& frameRect)
|
| m_webFrame->client()->frameRectsChanged(frameRect);
|
| }
|
|
|
| +void RemoteFrameClientImpl::visibilityChanged(bool visible)
|
| +{
|
| + m_webFrame->client()->visibilityChanged(visible);
|
| +}
|
| +
|
| } // namespace blink
|
|
|