| Index: Source/core/css/CSSToStyleMap.h
|
| diff --git a/Source/core/css/CSSToStyleMap.h b/Source/core/css/CSSToStyleMap.h
|
| index a8ff65b06aa8301a7f2e4329966d1537cb957291..8a6582657e9e938eeeb999d685d8ead6c2394226 100644
|
| --- a/Source/core/css/CSSToStyleMap.h
|
| +++ b/Source/core/css/CSSToStyleMap.h
|
| @@ -30,7 +30,7 @@ namespace WebCore {
|
|
|
| class FillLayer;
|
| class CSSValue;
|
| -class Animation;
|
| +class PrimitiveAnimation;
|
| class RenderStyle;
|
| class StyleImage;
|
| class StyleResolver;
|
| @@ -55,15 +55,15 @@ public:
|
| void mapFillXPosition(CSSPropertyID, FillLayer*, CSSValue*);
|
| void mapFillYPosition(CSSPropertyID, FillLayer*, CSSValue*);
|
|
|
| - void mapAnimationDelay(Animation*, CSSValue*);
|
| - void mapAnimationDirection(Animation*, CSSValue*);
|
| - void mapAnimationDuration(Animation*, CSSValue*);
|
| - void mapAnimationFillMode(Animation*, CSSValue*);
|
| - void mapAnimationIterationCount(Animation*, CSSValue*);
|
| - void mapAnimationName(Animation*, CSSValue*);
|
| - void mapAnimationPlayState(Animation*, CSSValue*);
|
| - void mapAnimationProperty(Animation*, CSSValue*);
|
| - void mapAnimationTimingFunction(Animation*, CSSValue*);
|
| + void mapAnimationDelay(PrimitiveAnimation*, CSSValue*);
|
| + void mapAnimationDirection(PrimitiveAnimation*, CSSValue*);
|
| + void mapAnimationDuration(PrimitiveAnimation*, CSSValue*);
|
| + void mapAnimationFillMode(PrimitiveAnimation*, CSSValue*);
|
| + void mapAnimationIterationCount(PrimitiveAnimation*, CSSValue*);
|
| + void mapAnimationName(PrimitiveAnimation*, CSSValue*);
|
| + void mapAnimationPlayState(PrimitiveAnimation*, CSSValue*);
|
| + void mapAnimationProperty(PrimitiveAnimation*, CSSValue*);
|
| + void mapAnimationTimingFunction(PrimitiveAnimation*, CSSValue*);
|
|
|
| void mapNinePieceImage(CSSPropertyID, CSSValue*, NinePieceImage&);
|
| void mapNinePieceImageSlice(CSSValue*, NinePieceImage&);
|
|
|