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

Unified Diff: ui/aura/window.cc

Issue 2033843003: Makes ash/mus use RootWindowControllerCommon (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_mash_wm
Patch Set: merge fail Created 4 years, 6 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 | « ui/aura/window.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/window.cc
diff --git a/ui/aura/window.cc b/ui/aura/window.cc
index ca155d9f0d58c0cffc4f52800b6bd834e18dcf26..ad3b484adf2f9f9f9d2812d7c69d38c1fb48f113 100644
--- a/ui/aura/window.cc
+++ b/ui/aura/window.cc
@@ -90,7 +90,7 @@ Window::Window(WindowDelegate* delegate)
delegate_(delegate),
parent_(NULL),
visible_(false),
- id_(-1),
+ id_(kInitialId),
transparent_(false),
user_data_(NULL),
ignore_events_(false),
« no previous file with comments | « ui/aura/window.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698