| Index: ash/shell.cc
|
| diff --git a/ash/shell.cc b/ash/shell.cc
|
| index 4276304dd488ca09e6509ac21d6aca5d0ff8ec02..b5b9fd99a0a8f11ba6f022c7a55d972c1ae7b93e 100644
|
| --- a/ash/shell.cc
|
| +++ b/ash/shell.cc
|
| @@ -1109,7 +1109,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()
|
|
|