| Index: ui/views/widget/desktop_aura/desktop_root_window_host_linux.h
|
| diff --git a/ui/views/widget/desktop_aura/desktop_root_window_host_linux.h b/ui/views/widget/desktop_aura/desktop_root_window_host_linux.h
|
| index 3931271a5f71f56d307550ca6d42a09da2040711..8e2c0a357e30da1813b33a6b341d570a38a6845a 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_root_window_host_linux.h
|
| +++ b/ui/views/widget/desktop_aura/desktop_root_window_host_linux.h
|
| @@ -154,7 +154,7 @@ class VIEWS_EXPORT DesktopRootWindowHostLinux
|
| 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,
|
|
|