Index: content/browser/renderer_host/render_widget_host_impl.h |
diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h |
index e90c967a2fa48214fa044af980707c30c4dcd52a..3bfc59beb3ddda440959d716e72e5a959f756728 100644 |
--- a/content/browser/renderer_host/render_widget_host_impl.h |
+++ b/content/browser/renderer_host/render_widget_host_impl.h |
@@ -478,6 +478,8 @@ class CONTENT_EXPORT RenderWidgetHostImpl |
// or create it if it doesn't already exist. |
BrowserAccessibilityManager* GetOrCreateRootBrowserAccessibilityManager(); |
+ void RejectMouseLockOrUnlockIfNecessary(); |
+ |
#if defined(OS_WIN) |
gfx::NativeViewAccessible GetParentNativeViewAccessible(); |
#endif |
@@ -527,7 +529,6 @@ class CONTENT_EXPORT RenderWidgetHostImpl |
virtual void RequestToLockMouse(bool user_gesture, |
bool last_unlocked_by_target); |
- void RejectMouseLockOrUnlockIfNecessary(); |
bool IsMouseLocked() const; |
// RenderViewHost overrides this method to report when in fullscreen mode. |