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

Unified Diff: ui/base/x/valuators.h

Issue 10868100: x11: Use kernel timestamps for touch events (if available). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 | « ui/base/x/events_x.cc ('k') | ui/base/x/valuators.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/x/valuators.h
diff --git a/ui/base/x/valuators.h b/ui/base/x/valuators.h
index f8870259f2dd42e91af8d67cfe7ad992bd4063d0..84488f5b4945822ac4b31b7e31335bed3d5600d6 100644
--- a/ui/base/x/valuators.h
+++ b/ui/base/x/valuators.h
@@ -54,6 +54,9 @@ class ValuatorTracker {
// the numerical limit.
VAL_TRACKING_ID, // ID of the touch point.
+ // Kernel timestamp from touch screen (if available).
+ VAL_TOUCH_RAW_TIMESTAMP,
+
VAL_LAST_ENTRY
};
« no previous file with comments | « ui/base/x/events_x.cc ('k') | ui/base/x/valuators.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698