Index: ui/aura/remote_root_window_host_win.h |
diff --git a/ui/aura/remote_root_window_host_win.h b/ui/aura/remote_root_window_host_win.h |
index d790015759a427edff104a6f8389f5a132422a75..e6edc5e9e9f992c9831a26c9c445d8b369763403 100644 |
--- a/ui/aura/remote_root_window_host_win.h |
+++ b/ui/aura/remote_root_window_host_win.h |
@@ -82,7 +82,7 @@ class AURA_EXPORT RemoteRootWindowHostWin : public RootWindowHost { |
virtual bool QueryMouseLocation(gfx::Point* location_return) OVERRIDE; |
virtual bool ConfineCursorToRootWindow() OVERRIDE; |
virtual void UnConfineCursor() OVERRIDE; |
- virtual void OnCursorVisibilityChanged(bool show) OVERRIDE; |
+ virtual void OnCursorEnableStateChanged(bool enabled) OVERRIDE; |
virtual void MoveCursorTo(const gfx::Point& location) OVERRIDE; |
virtual void SetFocusWhenShown(bool focus_when_shown) OVERRIDE; |
virtual bool CopyAreaToSkCanvas(const gfx::Rect& source_bounds, |