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 f0b8914f196aea8a221e17e20e61de20ce482db8..ed0c041e9a95dc81c2c7a8710a51ce86d0f4d0b8 100644 |
--- a/content/browser/renderer_host/render_widget_host_impl.h |
+++ b/content/browser/renderer_host/render_widget_host_impl.h |
@@ -244,6 +244,9 @@ class CONTENT_EXPORT RenderWidgetHostImpl : public RenderWidgetHost, |
// Called to notify the RenderWidget that it has lost the mouse lock. |
void LostMouseLock(); |
+ // Notifies the renderer that the widget lost the mouse lock. |
nasko
2016/05/25 21:12:01
nit: Either "renderer process" or "RenderWidget",
lfg
2016/05/31 21:13:20
Done.
|
+ void SendMouseLockLost(); |
+ |
// Noifies the RenderWidget of the current mouse cursor visibility state. |
void SendCursorVisibilityState(bool is_visible); |