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