| Index: ash/host/ash_window_tree_host_unified.cc
|
| diff --git a/ash/host/ash_window_tree_host_unified.cc b/ash/host/ash_window_tree_host_unified.cc
|
| index 2759af6d1332e6fbc73cfe989cd27011b2c7c3ff..f94d1e277ed1a92baeb3add43a9dea36ad36214c 100644
|
| --- a/ash/host/ash_window_tree_host_unified.cc
|
| +++ b/ash/host/ash_window_tree_host_unified.cc
|
| @@ -47,7 +47,8 @@ class UnifiedEventTargeter : public aura::WindowTargeter {
|
| AshWindowTreeHostUnified::AshWindowTreeHostUnified(
|
| const gfx::Rect& initial_bounds)
|
| : bounds_(gfx::Rect(initial_bounds.size())), transformer_helper_(this) {
|
| - CreateCompositor(GetAcceleratedWidget());
|
| + CreateCompositor();
|
| + OnAcceleratedWidgetAvailable();
|
| transformer_helper_.Init();
|
| }
|
|
|
|
|