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

Unified Diff: ui/aura/gestures/gestures.dot

Issue 9564013: Update GestureRecognizer State Diagram to use point-ids (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 10 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/gestures/gestures.dot
diff --git a/ui/aura/gestures/gestures.dot b/ui/aura/gestures/gestures.dot
index 8ca0efbffe94cc6ab79c86bf8ed0641784c3e494..a095575e04ba3946dd49732267e109fd5c82a1e7 100644
--- a/ui/aura/gestures/gestures.dot
+++ b/ui/aura/gestures/gestures.dot
@@ -23,10 +23,10 @@ GS_PENDING_SYNTHETIC_CLICK -> GS_PENDING_SYNTHETIC_CLICK [label= "M0\n S0"];
GS_PENDING_SYNTHETIC_CLICK -> GS_NO_GESTURE [label= "C0\n R0"];
}
-GS_SCROLL -> GS_SCROLL [label= "M0\n M1"];
-GS_SCROLL -> GS_NO_GESTURE [label= "C0\n R0\n C1\n R1"];
+GS_SCROLL -> GS_SCROLL [label= "M0"];
+GS_SCROLL -> GS_NO_GESTURE [label= "C0\n R0\n"];
GS_PENDING_SYNTHETIC_CLICK -> GS_PINCH [label= "D1"];
-GS_SCROLL -> GS_PINCH [label= "D0\n D1"];
+GS_SCROLL -> GS_PINCH [label= "D1"];
GS_PINCH -> GS_PINCH [label= "M0\n M1"];
GS_PINCH -> GS_SCROLL [label= "C0\n R0\n C1\n R1"];
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698