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 bfd6a000a2413f954daaa3d58e1d4f67d6199e22..43565e81d5b419ba58e39461b77a1ea4cbc4690f 100644 |
--- a/content/browser/web_contents/web_contents_impl.h |
+++ b/content/browser/web_contents/web_contents_impl.h |
@@ -1383,6 +1383,10 @@ class CONTENT_EXPORT WebContentsImpl |
bool page_scale_factor_is_one_; |
+ // Stores the RenderWidgetHost that currently holds a mouse lock or nullptr if |
+ // there's no RenderWidgetHost holding a lock. |
+ RenderWidgetHostImpl* mouse_lock_widget_; |
+ |
base::WeakPtrFactory<WebContentsImpl> loading_weak_factory_; |
base::WeakPtrFactory<WebContentsImpl> weak_factory_; |