| 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 f15c1745b557de368cbab61835559d341c17e793..bec5522a6714fce661a4e3ebef0d513fc1b50fb2 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -631,6 +631,7 @@ class CONTENT_EXPORT WebContentsImpl
|
| const std::vector<uint8_t>& proto) override;
|
| void OnRenderFrameProxyVisibilityChanged(bool visible) override;
|
| void SendScreenRects() override;
|
| + void OnFirstPaintAfterLoad(RenderWidgetHostImpl* render_widget_host) override;
|
|
|
| // RenderFrameHostManager::Delegate ------------------------------------------
|
|
|
|
|