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

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: Subscription fixes 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
« no previous file with comments | « chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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),
« no previous file with comments | « chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698