diff options
author | bors-servo <servo-ops@mozilla.com> | 2020-04-30 16:24:50 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-30 16:24:50 -0400 |
commit | ed392ab3bea3948acb03b3319bb77b09920162ad (patch) | |
tree | 110875cb5c53ae6f08ad4b8ffc37f25850a26d4a /components/script/script_thread.rs | |
parent | 4bfe70c4aeed8d3c7c4acde433a974f6c34f9d30 (diff) | |
parent | 0ab4260d6b81a7d2aba80bf8959d16d422423e03 (diff) | |
download | servo-ed392ab3bea3948acb03b3319bb77b09920162ad.tar.gz servo-ed392ab3bea3948acb03b3319bb77b09920162ad.zip |
Auto merge of #26363 - mrobinson:animation-split-update-style, r=emilio
Split animation cancellation from update_style_for_animation
`update_style_for_animation` previously handled both canceling defunct
animations and also updating style to reflect current animation state.
This change splits those two concerns because we want to start handling
replaced or canceled animations and finished animations in two different
places.
This is a refactor, so ideally it shouldn't change any behavior.
<!-- Please describe your changes on the following line: -->
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [ ] These changes fix #___ (GitHub issue number if applicable)
<!-- Either: -->
- [ ] There are tests for these changes OR
- [x] These changes do not require tests because they should not change behavior.
<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->
<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
Diffstat (limited to 'components/script/script_thread.rs')
0 files changed, 0 insertions, 0 deletions