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

Issue 10831295: gesture recognizer: Change the way a processed touch-release event is handled. (Closed)

Created:
8 years, 4 months ago by sadrul
Modified:
8 years, 4 months ago
Reviewers:
rjkroege
CC:
chromium-reviews, sadrul, ben+watch_chromium.org
Visibility:
Public.

Description

gesture recognizer: Change the way a processed touch-release event is handled. Instead of creating a fake touch-cancelled event and sending that to the gesture recognizer, send the raw touch-release event with the status of the event-processing. Update the gesture recognizer (GestureSequence) transitions to handle these events correctly instead. BUG=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=151375

Patch Set 1 #

Patch Set 2 : tot-merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+114 lines, -15 lines) Patch
M ui/aura/gestures/gesture_recognizer_unittest.cc View 1 1 chunk +84 lines, -0 lines 0 comments Download
M ui/base/gestures/gesture_sequence.cc View 12 chunks +30 lines, -15 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
sadrul
[as promised!]
8 years, 4 months ago (2012-08-13 21:57:38 UTC) #1
rjkroege
8 years, 4 months ago (2012-08-13 22:07:13 UTC) #2
nice.

LGTM.

Powered by Google App Engine
This is Rietveld 408576698