Description[Android] Eliminate JNI hop for critical path gestures
Previously, all gestures would pass through Java as they were filtered prior
to being forwarded to the renderer. However, only a small subset of gestures
really need to be seen during this filtering phase. The rest can be accommodated
simply by inspecting the corresponding gesture ack. This saves ~20us per
GestureScrollUpdate and GesturePinchUpdate.
BUG=341613
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=251181
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|