Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(239)

Unified Diff: ash/shell.cc

Issue 1992443002: Add Mojo IPC based input-device service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cleanup_ddm
Patch Set: Rebase/move. Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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()
« no previous file with comments | « no previous file | ash/sysui/manifest.json » ('j') | components/mus/public/cpp/input_devices/lib/input_device_client.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698