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 bcac9623a06baaff6fccdd4fd6fb9ca39f10c22b..5279dfbc077d6ee5e936c1a0b2049d2c69c850d0 100644 |
--- a/content/browser/renderer_host/render_view_host_impl.h |
+++ b/content/browser/renderer_host/render_view_host_impl.h |
@@ -315,6 +315,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; |