Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(65)

Unified Diff: ui/aura/root_window.cc

Issue 10889024: [cros] Initialize OOBE in parallel when boot animation is disabled. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(

Powered by Google App Engine
This is Rietveld 408576698