Index: services/ui/service.cc |
diff --git a/services/ui/service.cc b/services/ui/service.cc |
index da48c6437d60ee93ece42bf619d6f03674d8dd22..025112dd8df4889de220aa557664fd148e3312d9 100644 |
--- a/services/ui/service.cc |
+++ b/services/ui/service.cc |
@@ -187,6 +187,8 @@ void Service::OnStart(const shell::Identity& identity) { |
if (ui::DeviceDataManager::HasInstance()) |
touch_controller_.reset( |
new ws::TouchController(window_server_->display_manager())); |
+ |
+ ime_server_.Init(connector()); |
} |
bool Service::OnConnect(const shell::Identity& remote_identity, |