commit | 6840f8acf607f68433eecfc5459fbb5e075e3052 | [log] [tgz] |
---|---|---|
author | David Awogbemila <awogbemila@chromium.org> | Thu Apr 10 22:55:14 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 10 22:55:14 2025 |
tree | 29d37deed9c5a5bde82488fb4ecf16f7885bf963 | |
parent | da0c38c7b74620ed52b809ed93c231f81a5d03be [diff] |
[animation-trigger] Restrict ActionAnimation to PhaseAndTime changes Iterating over all of AnimationTimeline's animations every frame could be wasteful and affect performance. Instead, we can restrict the calls to ActionAnimations to only when the phase and time of a progress-based timeline change. This doesn't change any web-observable behavior. [1] https://source.chromium.org/chromium/chromium/src/+/c239defb88a349021dbb583622ac6809154d9547:third_party/blink/renderer/core/animation/animation_timeline.cc;l=99-103 Bug: 390314945, 405085123 Change-Id: Id3231cc99d71896470a14732e9b27387d0ca078a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6431774 Commit-Queue: David Awogbemila <awogbemila@chromium.org> Reviewed-by: Kevin Ellis <kevers@chromium.org> Cr-Commit-Position: refs/heads/main@{#1445571}
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.