[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 Review URL: https://codereview.chromium.org/535453002 Cr-Commit-Position: refs/heads/master@{#292992}
Showing
Please register or sign in to comment