DescriptionAdd base LayoutStyle parameter to createAnimatableValueSnapshot()
This patch has no behavioural changes.
This change allows for an arbitrary LayoutStyle to be used as the context style when
snapshotting AnimatableValues.
This is in preparation for using StringKeyframes in CSS Animations (https://codereview.chromium.org/948583003).
CSS Animations that start on the first frame in style resolve still have the current
LayoutStyle in a temporary variable instead of in the element. This needs to be passed
though to createAnimatableValueSnapshot() to ensure the AnimatableValues are resolved
correctly for dependent values like inherit or 20em.
BUG=361948
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=191846
Patch Set 1 #Patch Set 2 : Rebase #Patch Set 3 : Missing include #Messages
Total messages: 18 (9 generated)
|