Description[Android] Always request BeginFrame when touch received
Android's vsync listener will now only dispatch a BeginFrame message if
such was requested. This exposed a hole in our BeginFrame request
pipeline, where short-circuited touch forwarding would bypass the vsync
request. Instead, always request the BeginFrame if a touch event was
received from the platform, potentially reducing the first frame's
latency when the page lacks a touch handler.
latency.
BUG=408377
Committed: https://crrev.com/4f0ec3cf8a4817fa86b0bdbf77a519516f8945d8
Cr-Commit-Position: refs/heads/master@{#292992}
Patch Set 1 #Patch Set 2 : Cleanup #
Messages
Total messages: 8 (2 generated)
|