Index: services/ui/service.h |
diff --git a/services/ui/service.h b/services/ui/service.h |
index a33ce82831ae78a649de2f496a63e6e778240f90..7bd35c21232f523a1eba0cbdf4525d9c9bfb84cd 100644 |
--- a/services/ui/service.h |
+++ b/services/ui/service.h |
@@ -33,7 +33,6 @@ |
#include "services/ui/public/interfaces/window_tree.mojom.h" |
#include "services/ui/public/interfaces/window_tree_host.mojom.h" |
#include "services/ui/ws/platform_display_init_params.h" |
-#include "services/ui/ws/touch_controller.h" |
#include "services/ui/ws/user_id.h" |
#include "services/ui/ws/window_server_delegate.h" |
@@ -111,7 +110,6 @@ class Service |
void OnFirstDisplayReady() override; |
void OnNoMoreDisplays() override; |
bool IsTestConfig() const override; |
- void UpdateTouchTransforms() override; |
// service_manager::InterfaceFactory<mojom::AccessibilityManager> |
// implementation. |
@@ -191,7 +189,6 @@ class Service |
// interfaces and must outlive service_manager::InterfaceRegistry. |
std::unique_ptr<display::ScreenManager> screen_manager_; |
- std::unique_ptr<ws::TouchController> touch_controller_; |
IMERegistrarImpl ime_registrar_; |
IMEServerImpl ime_server_; |