commit | 6ecc70e0b805689674d3ea8a3aa761bf6d46b533 | [log] [tgz] |
---|---|---|
author | Anders Hartvoll Ruud <andruud@chromium.org> | Fri Nov 19 16:32:00 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Nov 19 16:32:00 2021 |
tree | 0b19988338d254c1d738f34a21dcdc984b78fc9f | |
parent | bd0af2c334da8a73c1be88ad7038bc92c26c61f8 [diff] |
Avoid SetAnimationStyleChange(true) without a ComputedStyle If the IsAnimationStyleChange is true, then CSSAnimations:: CalculateAnimationUpdate expects any CSS animations defined by the base style to actually be present in |running_animations_|. However, this will not be the case for elements with ShouldStoreComputedStyle()=false, since any pending animation updates are canceled in Element:: RecalcOwnStyle if we ultimately don't want to store the newly produced ComputedStyle. Fixed: 1264236 Change-Id: I07dbdfe861de33f1d29e973b2fe6b5daf9b530c7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3291749 Reviewed-by: Rune Lillesveen <futhark@chromium.org> Commit-Queue: Anders Hartvoll Ruud <andruud@chromium.org> Cr-Commit-Position: refs/heads/main@{#943552}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.