| Index: ash/host/ash_window_tree_host_win.cc
|
| diff --git a/ash/host/ash_window_tree_host_win.cc b/ash/host/ash_window_tree_host_win.cc
|
| index b4a4f1e32e66a76d163b94a078dcfdff987e61ae..e058599aa91737172485319164019880b2fb78c5 100644
|
| --- a/ash/host/ash_window_tree_host_win.cc
|
| +++ b/ash/host/ash_window_tree_host_win.cc
|
| @@ -27,7 +27,9 @@ class AshWindowTreeHostWin : public AshWindowTreeHost,
|
| fullscreen_(false),
|
| saved_window_style_(0),
|
| saved_window_ex_style_(0),
|
| - transformer_helper_(this) {}
|
| + transformer_helper_(this) {
|
| + transformer_helper_.Init();
|
| + }
|
| ~AshWindowTreeHostWin() override {}
|
|
|
| private:
|
|
|