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 b913399ccbcfcbe0f0f21a5225f507c6b0c86135..0998ad44057df35c4539fdce6fb0748a76c3530a 100644 |
--- a/content/browser/frame_host/cross_process_frame_connector.h |
+++ b/content/browser/frame_host/cross_process_frame_connector.h |
@@ -110,6 +110,9 @@ class CONTENT_EXPORT CrossProcessFrameConnector { |
// Focuses the root RenderWidgetHostView. |
void FocusRootView(); |
+ // Locks the mouse. Returns true if mouse is locked. |
+ bool LockMouse(); |
+ |
// Returns the parent RenderWidgetHostView or nullptr it it doesn't have one. |
virtual RenderWidgetHostViewBase* GetParentRenderWidgetHostView(); |