Index: ui/aura/desktop.cc |
=================================================================== |
--- ui/aura/desktop.cc (revision 101829) |
+++ ui/aura/desktop.cc (working copy) |
@@ -18,7 +18,8 @@ |
Desktop* Desktop::instance_ = NULL; |
Desktop::Desktop() |
- : host_(aura::DesktopHost::Create(gfx::Rect(200, 200, 1280, 1024))), |
+ : toplevel_window_container_(NULL), |
+ host_(aura::DesktopHost::Create(gfx::Rect(200, 200, 1280, 1024))), |
ALLOW_THIS_IN_INITIALIZER_LIST(schedule_paint_(this)) { |
DCHECK(MessageLoopForUI::current()) |
<< "The UI message loop must be initialized first."; |