| 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 016566e54d757fcc54d0aefaeb665ed15958d3c7..b250ccd260d7b9532e02da4887390afff66c1bdb 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -607,6 +607,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 ForwardVisibilityChangeToInnerContents(bool visible) override;
|
|
|
| // RenderFrameHostManager::Delegate ------------------------------------------
|
|
|
|
|