| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index 1dc61b3525f3626ff62ba23f107cc9bb8ecb2056..db1f6bd1dafd6356e558faf930ff2b05876ea6bc 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -368,7 +368,8 @@ class CONTENT_EXPORT WebContentsImpl
|
| virtual bool IsFullscreenForCurrentTab() const OVERRIDE;
|
| virtual void UpdatePreferredSize(const gfx::Size& pref_size) OVERRIDE;
|
| virtual void ResizeDueToAutoResize(const gfx::Size& new_size) OVERRIDE;
|
| - virtual void RequestToLockMouse(bool user_gesture) OVERRIDE;
|
| + virtual void RequestToLockMouse(bool user_gesture,
|
| + bool after_unlocked_by_target) OVERRIDE;
|
| virtual void LostMouseLock() OVERRIDE;
|
| virtual void CreateNewWindow(
|
| int route_id,
|
|
|