| 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 d72969de132c48933df9f613545ab7aae46921a0..51251fd394a5cefe751222df9e035bdd34f3fddd 100644
|
| --- a/content/browser/frame_host/cross_process_frame_connector.h
|
| +++ b/content/browser/frame_host/cross_process_frame_connector.h
|
| @@ -113,6 +113,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();
|
|
|
|
|