Only consider animatable properties when skipping commits
With CL [1], if a compositor animation was running, any changes to transforms, filters, or effects were ignored during the animation, including properties other than the ones being animated. For example, if a transform animation was running, any changes to backface-visibility would also be ignored, even though that change is not handled by the compositor. With this CL, only changes to the specific properties that can be animated on the compositor (e.g. the transform matrix) will be ignored, while other changes will still cause a commit. [1] https://chromium-review.googlesource.com/c/chromium/src/+/1459592 Bug: 933141 Change-Id: If6be65239c20dd36e721e5cf4e84db992e7369c6 Reviewed-on: https://chromium-review.googlesource.com/c/1484072 Commit-Queue: Mason Freed <masonfreed@chromium.org> Auto-Submit: Mason Freed <masonfreed@chromium.org> Reviewed-by:Philip Rogers <pdr@chromium.org> Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#636079}
Showing
Please register or sign in to comment