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 9c3cce887a215fac420a6ed611f4318abb53ff36..a957311fed507a0a3065ca018fac5c8ca84be093 100644 |
--- a/content/browser/renderer_host/render_widget_host_impl.h |
+++ b/content/browser/renderer_host/render_widget_host_impl.h |
@@ -253,6 +253,9 @@ class CONTENT_EXPORT RenderWidgetHostImpl : public RenderWidgetHost, |
// Called to notify the RenderWidget that it has lost the mouse lock. |
void LostMouseLock(); |
+ // Notifies the RenderWidget that it lost the mouse lock. |
+ void SendMouseLockLost(); |
+ |
// Noifies the RenderWidget of the current mouse cursor visibility state. |
void SendCursorVisibilityState(bool is_visible); |