| Index: ash/host/ash_window_tree_host_ozone.cc
|
| diff --git a/ash/host/ash_window_tree_host_ozone.cc b/ash/host/ash_window_tree_host_ozone.cc
|
| index e45bf5dda86670ee98c28e612ee4149e87e66e90..4e1f09b53f5e31e3d04b0eb15bda900f74902c97 100644
|
| --- a/ash/host/ash_window_tree_host_ozone.cc
|
| +++ b/ash/host/ash_window_tree_host_ozone.cc
|
| @@ -56,6 +56,7 @@ class AshWindowTreeHostOzone : public AshWindowTreeHost,
|
|
|
| AshWindowTreeHostOzone::AshWindowTreeHostOzone(const gfx::Rect& initial_bounds)
|
| : aura::WindowTreeHostOzone(initial_bounds), transformer_helper_(this) {
|
| + transformer_helper_.Init();
|
| }
|
|
|
| AshWindowTreeHostOzone::~AshWindowTreeHostOzone() {
|
|
|