Add the owning_element to CSSAnimation class
The patch adds owning_element to CSSAnimation class. Now the CSSAnimations have an owning_element and we will clear the owning element if the animation disassociate from the owning_element. The next follow up patches will add the owning_element to CSSTransition and using owning element to compare the composite ordering. As per spec: https://drafts.csswg.org/css-transitions-2/#owning-element and: https://drafts.csswg.org/css-animations-2/#owning-element-section Bug: 1047316 Change-Id: I5ddb54b13330f851b830547f02d9acaad91f3e1d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2108613 Commit-Queue: Hao Sheng <haozhes@chromium.org> Reviewed-by:Majid Valipour <majidvp@chromium.org> Reviewed-by:
Kevin Ellis <kevers@chromium.org> Cr-Commit-Position: refs/heads/master@{#753507}
Showing
Please register or sign in to comment