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 133d3309c8edb1273ff8d03657112a987667ff53..4d6a64def260878d4e4d4b698a9ce3d30ac12a2f 100644 |
--- a/content/browser/renderer_host/render_view_host_impl.h |
+++ b/content/browser/renderer_host/render_view_host_impl.h |
@@ -314,6 +314,7 @@ class CONTENT_EXPORT RenderViewHostImpl |
virtual void GotFocus() OVERRIDE; |
virtual void LostCapture() OVERRIDE; |
virtual void LostMouseLock() OVERRIDE; |
+ virtual void SetIsLoading(bool is_loading) OVERRIDE; |
virtual void ForwardMouseEvent( |
const blink::WebMouseEvent& mouse_event) OVERRIDE; |
virtual void OnPointerEventActivate() OVERRIDE; |