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

Unified Diff: ui/aura/gestures/gesture_recognizer_unittest.cc

Issue 9773024: This patch implements Chromium's Aura gesture recognizer in terms of utouch-grail and utouch-frame … (Closed) Base URL: https://src.chromium.org/svn/trunk/src/
Patch Set: Created 8 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: ui/aura/gestures/gesture_recognizer_unittest.cc
===================================================================
--- ui/aura/gestures/gesture_recognizer_unittest.cc (revision 126124)
+++ ui/aura/gestures/gesture_recognizer_unittest.cc (working copy)
@@ -119,7 +119,7 @@
break;
case ui::ET_GESTURE_LONG_PRESS:
long_press_ = true;
- touch_id_ = gesture->delta_x();
+ touch_id_ = gesture->point_id();
break;
default:
NOTREACHED();

Powered by Google App Engine
This is Rietveld 408576698