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

Unified Diff: ash/display/display_controller.h

Issue 191223007: Move touch CTM from X into Chrome (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: restructuring Created 6 years, 9 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
Index: ash/display/display_controller.h
diff --git a/ash/display/display_controller.h b/ash/display/display_controller.h
index aee21041cdac343a2aa43d336bad7f5a000ed48c..a271fc3a73a70129a83ffeabb066395f9a532b74 100644
--- a/ash/display/display_controller.h
+++ b/ash/display/display_controller.h
@@ -174,6 +174,10 @@ class ASH_EXPORT DisplayController : public gfx::DisplayObserver,
void UpdateHostWindowNames();
+ // Updates the TouchCTM for touch device and pushes the new TouchCTM into
+ // device manager.
+ void UpdateTouchCTM();
+
class DisplayChangeLimiter {
public:
DisplayChangeLimiter();

Powered by Google App Engine
This is Rietveld 408576698