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

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: Update to long paths 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
« no previous file with comments | « Source/core/css/CSSComputedStyleDeclaration.cpp ('k') | Source/core/css/CSSToStyleMap.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/CSSToStyleMap.h
diff --git a/Source/core/css/CSSToStyleMap.h b/Source/core/css/CSSToStyleMap.h
index 2ea122fdec3df0015b3066f0d89742b613545e4b..50e12ac4d86a5849dd2836c02dc1c57be13346f6 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 CSSAnimationData;
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(CSSAnimationData*, CSSValue*);
+ void mapAnimationDirection(CSSAnimationData*, CSSValue*);
+ void mapAnimationDuration(CSSAnimationData*, CSSValue*);
+ void mapAnimationFillMode(CSSAnimationData*, CSSValue*);
+ void mapAnimationIterationCount(CSSAnimationData*, CSSValue*);
+ void mapAnimationName(CSSAnimationData*, CSSValue*);
+ void mapAnimationPlayState(CSSAnimationData*, CSSValue*);
+ void mapAnimationProperty(CSSAnimationData*, CSSValue*);
+ void mapAnimationTimingFunction(CSSAnimationData*, CSSValue*);
void mapNinePieceImage(CSSPropertyID, CSSValue*, NinePieceImage&);
void mapNinePieceImageSlice(CSSValue*, NinePieceImage&);
« no previous file with comments | « Source/core/css/CSSComputedStyleDeclaration.cpp ('k') | Source/core/css/CSSToStyleMap.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698