| Index: ui/aura/root_window.cc
|
| diff --git a/ui/aura/root_window.cc b/ui/aura/root_window.cc
|
| index e12e36c1d7063c92f52da8760b06fda9cc9a4cba..aca6f8208ea2766847e535846612912e975aab20 100644
|
| --- a/ui/aura/root_window.cc
|
| +++ b/ui/aura/root_window.cc
|
| @@ -116,6 +116,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),
|
| ALLOW_THIS_IN_INITIALIZER_LIST(
|
|
|