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

Unified Diff: services/ui/service.h

Issue 2627623003: Add full touch support to mus. (Closed)
Patch Set: Fixes. Created 3 years, 11 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
« no previous file with comments | « services/ui/display/screen_manager_ozone.cc ('k') | services/ui/service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « services/ui/display/screen_manager_ozone.cc ('k') | services/ui/service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698