Index: content/browser/renderer_host/render_widget_host_impl.h |
diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h |
index 2089b3c1a7b5faf58784fc7d7eed6f215e34170a..e3f95cac88f6bdd84c61a23f41bffb8fea427b45 100644 |
--- a/content/browser/renderer_host/render_widget_host_impl.h |
+++ b/content/browser/renderer_host/render_widget_host_impl.h |
@@ -106,6 +106,7 @@ class CONTENT_EXPORT RenderWidgetHostImpl : virtual public RenderWidgetHost, |
virtual RenderProcessHost* GetProcess() const OVERRIDE; |
virtual int GetRoutingID() const OVERRIDE; |
virtual RenderWidgetHostView* GetView() const OVERRIDE; |
+ virtual bool IsLoading() const OVERRIDE; |
virtual bool IsRenderView() const OVERRIDE; |
virtual void PaintAtSize(TransportDIB::Handle dib_handle, |
int tag, |