Index: content/browser/renderer_host/render_view_host_impl.h |
diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h |
index 79bc1ad58338bbedb89c37ba1fe491089b46491a..b62778df48055c83bccbbe99b5a782c377c33787 100644 |
--- a/content/browser/renderer_host/render_view_host_impl.h |
+++ b/content/browser/renderer_host/render_view_host_impl.h |
@@ -308,6 +308,8 @@ class CONTENT_EXPORT RenderViewHostImpl |
// RenderWidgetHost public overrides. |
virtual void Init() OVERRIDE; |
virtual void Shutdown() OVERRIDE; |
+ virtual void WasHidden() OVERRIDE; |
+ virtual void WasShown(const ui::LatencyInfo& latency_info) OVERRIDE; |
virtual bool IsRenderView() const OVERRIDE; |
virtual bool OnMessageReceived(const IPC::Message& msg) OVERRIDE; |
virtual void GotFocus() OVERRIDE; |