| Index: Source/core/animation/css/CSSAnimations.h
|
| diff --git a/Source/core/animation/css/CSSAnimations.h b/Source/core/animation/css/CSSAnimations.h
|
| index 2d3cc9bf2415a26061ab59c6331701382635237d..e730fc11a58179663f6765d0d5787533ba33040b 100644
|
| --- a/Source/core/animation/css/CSSAnimations.h
|
| +++ b/Source/core/animation/css/CSSAnimations.h
|
| @@ -51,7 +51,7 @@ class StyleResolver;
|
| class StyleRuleKeyframes;
|
|
|
| // This class stores the CSS Animations/Transitions information we use during a style recalc.
|
| -// This includes updates to animations/transitions as well as the CompositableValueMaps to be applied.
|
| +// This includes updates to animations/transitions as well as the Interpolations to be applied.
|
| class CSSAnimationUpdate FINAL {
|
| public:
|
| void startAnimation(AtomicString& animationName, const HashSet<RefPtr<InertAnimation> >& animations)
|
|
|