| 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 da257ad0dd2838aae6be6fd78f46d6785fbd582e..e2ed742861ce17af5c6ef599d255aa38e1e380bf 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;
|
|
|