Remove StyleResolverState::IsAnimatingCustomProperties
It used to be the case that animated values for custom properties were part of the base computed style. Hence this flag was used to avoid caching mechanisms when the base is "tainted" by animations. With the StyleCascade, animated custom properties don't work like this anymore, and the base computed style optimization has also been totally reworked recently, so this flag is now useless. Change-Id: Ie7ac5c39ce8d2f54e41a88df3dc28f6664f6b9cd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2307239 Commit-Queue: Anders Hartvoll Ruud <andruud@chromium.org> Reviewed-by:Kevin Ellis <kevers@chromium.org> Cr-Commit-Position: refs/heads/master@{#791259}
Showing
Please register or sign in to comment