| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index a247d037d06911887c5b7c116592fc189b27f030..728c756165aa95b260fe69ef87dfd6bd8c962a74 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -614,6 +614,7 @@ class CONTENT_EXPORT WebContentsImpl
|
| void LostMouseLock(RenderWidgetHostImpl* render_widget_host) override;
|
| void ForwardCompositorProto(RenderWidgetHostImpl* render_widget_host,
|
| const std::vector<uint8_t>& proto) override;
|
| + void ForwardVisibilityChange(bool visible) override;
|
|
|
| // RenderFrameHostManager::Delegate ------------------------------------------
|
|
|
|
|