| Index: ash/shell.cc
|
| diff --git a/ash/shell.cc b/ash/shell.cc
|
| index d1f99ad9e2241013b46ba48b54af3f17c8bbd9d8..caf0068d222bfd88c723634d48b79e8ed29f8a7b 100644
|
| --- a/ash/shell.cc
|
| +++ b/ash/shell.cc
|
| @@ -1108,7 +1108,8 @@ void Shell::Init(const ShellInitParams& init_params) {
|
| // WindowTreeHostManager::InitDisplays()
|
| // since TouchTransformerController listens on
|
| // WindowTreeHostManager::Observer::OnDisplaysInitialized().
|
| - touch_transformer_controller_.reset(new TouchTransformerController());
|
| + if (!in_mus_)
|
| + touch_transformer_controller_.reset(new TouchTransformerController());
|
| #endif // defined(OS_CHROMEOS)
|
|
|
| keyboard_ui_ = init_params.keyboard_factory.is_null()
|
|
|