| 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..b45495becd99d90269a93bf833ba66554ad5129b 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;
|
|
|