| 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 d84b01fb2297eef6ea669601ce9f2de8afac0de7..4fe6945e759776be85c556864332fb05ba08c1aa 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.h
|
| +++ b/content/browser/renderer_host/render_view_host_impl.h
|
| @@ -419,7 +419,7 @@ class CONTENT_EXPORT RenderViewHostImpl
|
| virtual void NotifyRendererUnresponsive() OVERRIDE;
|
| virtual void NotifyRendererResponsive() OVERRIDE;
|
| virtual void OnRenderAutoResized(const gfx::Size& size) OVERRIDE;
|
| - virtual void RequestToLockMouse() OVERRIDE;
|
| + virtual void RequestToLockMouse(bool user_gesture) OVERRIDE;
|
| virtual bool IsFullscreen() const OVERRIDE;
|
| virtual void OnMsgFocus() OVERRIDE;
|
| virtual void OnMsgBlur() OVERRIDE;
|
|
|