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

Unified Diff: ash/touch/ash_touch_transform_controller.h

Issue 2887413004: chromeos: moves setting of touch state to a separate class (Closed)
Patch Set: feedback Created 3 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
« no previous file with comments | « ash/shell.cc ('k') | ash/touch/ash_touch_transform_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/touch/ash_touch_transform_controller.h
diff --git a/ash/touch/ash_touch_transform_controller.h b/ash/touch/ash_touch_transform_controller.h
index e73d1afa88ee049435dfae719b14cb1bbe1db297..2626ca46a2db39edadc01058fab66342d913e426 100644
--- a/ash/touch/ash_touch_transform_controller.h
+++ b/ash/touch/ash_touch_transform_controller.h
@@ -25,7 +25,8 @@ class ASH_EXPORT AshTouchTransformController
public:
AshTouchTransformController(
display::DisplayConfigurator* display_configurator,
- display::DisplayManager* display_manager);
+ display::DisplayManager* display_manager,
+ std::unique_ptr<display::TouchTransformSetter> setter);
~AshTouchTransformController() override;
// WindowTreeHostManager::Observer:
« no previous file with comments | « ash/shell.cc ('k') | ash/touch/ash_touch_transform_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698