Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Apply length conversion flags for incremental styles
Incremental style resolutions never enter ApplyBaseStyleNoCache, which is where ApplyLengthConversionFlags normally happens. Call this function for incremental styling as well. Note: There's already a call to ApplyLengthConversionFlags in ApplyAnimatedStyle, so there should not be a similar issue for the base ComputedStyle optimization. Fixed: 1402548 Change-Id: I8fafb495c52c1c209d9b59b20e472ce489ad560a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4116982 Commit-Queue: Anders Hartvoll Ruud <andruud@chromium.org> Reviewed-by: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/main@{#1085846}
- Loading branch information