| 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 8fe8e268e8c4c7de9c277ce416c64a90391eab15..cb741e98624732d5f8913ba4d57c0d94cdf8db50 100644
|
| --- a/third_party/WebKit/Source/web/RemoteFrameClientImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/RemoteFrameClientImpl.cpp
|
| @@ -198,4 +198,9 @@ void RemoteFrameClientImpl::advanceFocus(WebFocusType type, LocalFrame* source)
|
| m_webFrame->client()->advanceFocus(type, WebLocalFrameImpl::fromFrame(source));
|
| }
|
|
|
| +void RemoteFrameClientImpl::visibilityChanged(bool visible)
|
| +{
|
| + m_webFrame->client()->visibilityChanged(visible);
|
| +}
|
| +
|
| } // namespace blink
|
|
|