Index: ash/display/display_controller.h |
diff --git a/ash/display/display_controller.h b/ash/display/display_controller.h |
index 73822e859b3e15881478404a6b7cc5120ac0e5a7..c42645d4fad91a1a7481fdec8cd714aab99fdb17 100644 |
--- a/ash/display/display_controller.h |
+++ b/ash/display/display_controller.h |
@@ -211,10 +211,11 @@ class ASH_EXPORT DisplayController : public gfx::DisplayObserver, |
scoped_ptr<CursorWindowController> cursor_window_controller_; |
scoped_ptr<MirrorWindowController> mirror_window_controller_; |
- // Stores the curent cursor location (in native coordinates) used to |
- // restore the cursor location when display configuration |
- // changed. |
+ // Stores the current cursor location (in native coordinates and screen |
+ // coordinates respectively) used to restore the cursor location when the |
+ // display configuration changes. |
gfx::Point cursor_location_in_native_coords_for_restore_; |
+ gfx::Point cursor_location_in_screen_coords_for_restore_; |
base::WeakPtrFactory<DisplayController> weak_ptr_factory_; |