| Index: ui/aura/root_window.cc
|
| diff --git a/ui/aura/root_window.cc b/ui/aura/root_window.cc
|
| index 5430d5a3ddcdf67dd365501abce52904c722a8e4..447a29fb3a7ee3a35d0ca38ff8ff4028b02a221f 100644
|
| --- a/ui/aura/root_window.cc
|
| +++ b/ui/aura/root_window.cc
|
| @@ -117,6 +117,9 @@ RootWindow::RootWindow(const gfx::Rect& initial_bounds)
|
| mouse_button_flags_(0),
|
| touch_ids_down_(0),
|
| last_cursor_(ui::kCursorNull),
|
| + // TODO(ivankr): this currently tracks the default state in
|
| + // RootWindowHostLinux. Other platforms do not implement ShowCursor().
|
| + cursor_shown_(true),
|
| mouse_pressed_handler_(NULL),
|
| mouse_moved_handler_(NULL),
|
| mouse_event_dispatch_target_(NULL),
|
|
|