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

Unified Diff: services/ui/display/screen_manager_ozone.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 | « no previous file | services/ui/display/screen_manager_ozone.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/display/screen_manager_ozone.h
diff --git a/services/ui/display/screen_manager_ozone.h b/services/ui/display/screen_manager_ozone.h
index bc8642778011a07b0a18141f17957747ce1623f2..a0d6aaaf7b90ae7b4122b9eaa1b2b0c5ba6d363e 100644
--- a/services/ui/display/screen_manager_ozone.h
+++ b/services/ui/display/screen_manager_ozone.h
@@ -28,6 +28,7 @@ namespace display {
class DisplayChangeObserver;
class FakeDisplayController;
class ScreenBase;
+class TouchTransformController;
// ScreenManagerOzone provides the necessary functionality to configure all
// attached physical displays on the ozone platform.
@@ -96,6 +97,7 @@ class ScreenManagerOzone
DisplayConfigurator display_configurator_;
std::unique_ptr<DisplayManager> display_manager_;
std::unique_ptr<DisplayChangeObserver> display_change_observer_;
+ std::unique_ptr<TouchTransformController> touch_transform_controller_;
ScreenBase* screen_ = nullptr;
ScreenManagerDelegate* delegate_ = nullptr;
« no previous file with comments | « no previous file | services/ui/display/screen_manager_ozone.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698