Chromium Code Reviews
Description[Android] Use latest page scale factor when computing content width
Previously, ContentViewCore clamped the effective content bounds from the
compositor frame metadata using the *previous* frame's page scale factor.
Instead, clamp the content bounds using the *current* frame's page scale
factor, and make the content viewport comparison more robust. This fixes an
issue where the content size after page load was being improperly calculated,
preventing mobile sites (e.g., width=device-width) from benefiting from the
disabled tap delay.
BUG=360602
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=262312
Patch Set 1 #
Total comments: 2
Patch Set 2 : Use epsilon #
Messages
Total messages: 8 (0 generated)
|
||||||||||||||||||||||||||||