Index: ash/wm/ash_native_cursor_manager.h |
diff --git a/ash/wm/ash_native_cursor_manager.h b/ash/wm/ash_native_cursor_manager.h |
index f307b1663d783d59ce6b4c43476521a9547d781e..8703fba7bf288eca03d556672527ff605bac25b6 100644 |
--- a/ash/wm/ash_native_cursor_manager.h |
+++ b/ash/wm/ash_native_cursor_manager.h |
@@ -55,10 +55,15 @@ class ASH_EXPORT AshNativeCursorManager |
virtual void SetMouseEventsEnabled( |
bool enabled, |
views::corewm::NativeCursorManagerDelegate* delegate) OVERRIDE; |
+ virtual void SetNativeCursorEnabled( |
+ bool enabled, |
+ views::corewm::NativeCursorManagerDelegate* delegate) OVERRIDE; |
// The cursor location where the cursor was disabled. |
gfx::Point disabled_cursor_location_; |
+ bool native_cursor_enabled_; |
+ |
scoped_ptr<ImageCursors> image_cursors_; |
DISALLOW_COPY_AND_ASSIGN(AshNativeCursorManager); |