| 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 58829e892ed0045516424e93033314fa00d8bd2c..8fc9b7f56b17a15c3bbcfe8de9fd52ec7e9dad0f 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.
|
| + void SendMouseLockLost();
|
| +
|
| // Noifies the RenderWidget of the current mouse cursor visibility state.
|
| void SendCursorVisibilityState(bool is_visible);
|
|
|
|
|