| Index: ui/wm/test/wm_test_helper.cc
|
| diff --git a/ui/wm/test/wm_test_helper.cc b/ui/wm/test/wm_test_helper.cc
|
| index 8a3eba1106b0770d4dd0b6f4054fe351587a503c..9a9af613db08e048fd5d7a86427b05b82296e28a 100644
|
| --- a/ui/wm/test/wm_test_helper.cc
|
| +++ b/ui/wm/test/wm_test_helper.cc
|
| @@ -15,7 +15,7 @@
|
| namespace wm {
|
|
|
| WMTestHelper::WMTestHelper(const gfx::Size& default_window_size) {
|
| - aura::Env::CreateInstance();
|
| + aura::Env::CreateInstance(true);
|
| host_.reset(aura::WindowTreeHost::Create(gfx::Rect(default_window_size)));
|
| host_->InitHost();
|
| aura::client::SetWindowTreeClient(host_->window(), this);
|
|
|