| Index: Source/core/css/resolver/StyleResolver.h
|
| diff --git a/Source/core/css/resolver/StyleResolver.h b/Source/core/css/resolver/StyleResolver.h
|
| index edec7dc76e4ab20731bc5cde30fae28635ee0b80..b4a85ad2a9fdb7512eec0858ff1c6aea99f83e84 100644
|
| --- a/Source/core/css/resolver/StyleResolver.h
|
| +++ b/Source/core/css/resolver/StyleResolver.h
|
| @@ -22,6 +22,7 @@
|
| #ifndef StyleResolver_h
|
| #define StyleResolver_h
|
|
|
| +#include "core/animation/InterpolationPipeline.h"
|
| #include "core/css/ElementRuleCollector.h"
|
| #include "core/css/PseudoStyleRequest.h"
|
| #include "core/css/RuleFeature.h"
|
| @@ -234,7 +235,7 @@ private:
|
| template <CSSPropertyPriority priority>
|
| void applyProperties(StyleResolverState&, const StylePropertySet* properties, bool isImportant, bool inheritedOnly, PropertyWhitelistType = PropertyWhitelistNone);
|
| template <CSSPropertyPriority priority>
|
| - void applyAnimatedProperties(StyleResolverState&, const WillBeHeapHashMap<CSSPropertyID, RefPtrWillBeMember<Interpolation> >&);
|
| + void applyAnimatedProperties(StyleResolverState&, const InterpolationPipelineMap&);
|
| template <CSSPropertyPriority priority>
|
| void applyAllProperty(StyleResolverState&, CSSValue*, bool inheritedOnly);
|
|
|
|
|