Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(489)

Unified Diff: Source/core/css/CSSToStyleMap.h

Issue 14391005: Rename Animation -> PrimitiveAnimation (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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&);

Powered by Google App Engine
This is Rietveld 408576698