commit | f5a6f061ade08e61aab380c6af4e608141839ae9 | [log] [tgz] |
---|---|---|
author | Kevin Ellis <kevers@google.com> | Wed Mar 05 20:41:23 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 05 20:41:23 2025 |
tree | a7e5646100e1889489aba4223f1c13b5cb932d6b | |
parent | b9ae9bd618fb3ff0c62eb4a1c0434d3d3f042699 [diff] |
Fix paint properties after pending cancel of composited animation. Checks for HasActiveAnimationOnCompositor included composited animations slated to be cancelled, as well as those which need to be restarted due to an effect change. As a result, Paint could fail to update properties thinking that the compositor would take care of it, when the composited animation will be cancelled on the next commit. HasActiveAnimationOnCompositor now prunes animations that are slated to be cancelled, and any call sites that need to include cancelled animations have been updated. Bug: 397721340 Change-Id: Id795d3fae0da8def47f28546f1acb2ac00988195 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6304100 Commit-Queue: Kevin Ellis <kevers@chromium.org> Reviewed-by: Robert Flack <flackr@chromium.org> Cr-Commit-Position: refs/heads/main@{#1428520}
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.