Index: content/browser/frame_host/cross_process_frame_connector.h |
diff --git a/content/browser/frame_host/cross_process_frame_connector.h b/content/browser/frame_host/cross_process_frame_connector.h |
index c553fcaf902f128aae5511fe5f4fbd85574cff7a..0af9c831f53c24cf17367b9515a7032308db4e97 100644 |
--- a/content/browser/frame_host/cross_process_frame_connector.h |
+++ b/content/browser/frame_host/cross_process_frame_connector.h |
@@ -114,6 +114,9 @@ class CONTENT_EXPORT CrossProcessFrameConnector { |
// Locks the mouse. Returns true if mouse is locked. |
bool LockMouse(); |
+ // Unlocks the mouse if the mouse is locked. |
+ void UnlockMouse(); |
+ |
// Returns the parent RenderWidgetHostView or nullptr it it doesn't have one. |
virtual RenderWidgetHostViewBase* GetParentRenderWidgetHostView(); |