Index: ui/aura/root_window.cc |
diff --git a/ui/aura/root_window.cc b/ui/aura/root_window.cc |
index 390a5f1a42f4cb3f003b43b41a353d5bb1cddbb2..8f460407745af31766dc69d472aa09b6015d5e31 100644 |
--- a/ui/aura/root_window.cc |
+++ b/ui/aura/root_window.cc |
@@ -160,6 +160,7 @@ RootWindow::RootWindow(const CreateParams& params) |
repostable_event_factory_(this) { |
SetName("RootWindow"); |
+ Env::CreateInstance(); |
dnicoara
2013/09/10 19:15:00
On OZONE builds this is needed since the minimal_s
Ben Goodger (Google)
2013/09/10 19:21:03
Why not? Not sure I like this.
dnicoara
2013/09/10 19:56:55
minimal_shell doesn't perform any aura calls, so i
|
compositor_.reset(new ui::Compositor(this, host_->GetAcceleratedWidget())); |
DCHECK(compositor_.get()); |
compositor_->AddObserver(this); |