| 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 3edf76f98cc77090548d8ee3f6a010ba693253c3..f5b58bf8a98c0573e62e9dafa04ffc7571583e5d 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -629,6 +629,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 ------------------------------------------
|
|
|
|
|