| Index: ash/wm/cursor_manager.h
|
| diff --git a/ash/wm/cursor_manager.h b/ash/wm/cursor_manager.h
|
| index c203c70d428db2c0e182c37fb1c08b6dafde5b3f..2eb2c68e3347294ef1107c4de1a65cdc05a6b16d 100644
|
| --- a/ash/wm/cursor_manager.h
|
| +++ b/ash/wm/cursor_manager.h
|
| @@ -30,9 +30,6 @@ class ASH_EXPORT CursorManager : public aura::client::CursorClient {
|
|
|
| bool is_cursor_locked() const { return cursor_lock_count_ > 0; }
|
|
|
| - // Shows or hides the cursor.
|
| - bool cursor_visible() const { return cursor_visible_; }
|
| -
|
| // Overridden from aura::client::CursorClient:
|
| virtual void SetCursor(gfx::NativeCursor) OVERRIDE;
|
| virtual void ShowCursor(bool show) OVERRIDE;
|
|
|