| Index: ash/host/ash_window_tree_host_platform.cc
|
| diff --git a/ash/host/ash_window_tree_host_platform.cc b/ash/host/ash_window_tree_host_platform.cc
|
| index 462787af99ab453fe6fefa685fc226c5152c8b6f..8f140ba9085475b8ad9daee4a5b40b92fdbdbcdb 100644
|
| --- a/ash/host/ash_window_tree_host_platform.cc
|
| +++ b/ash/host/ash_window_tree_host_platform.cc
|
| @@ -33,6 +33,7 @@ AshWindowTreeHostPlatform::AshWindowTreeHostPlatform(
|
|
|
| AshWindowTreeHostPlatform::AshWindowTreeHostPlatform()
|
| : transformer_helper_(this) {
|
| + CreateCompositor();
|
| transformer_helper_.Init();
|
| }
|
|
|
|
|