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

Unified Diff: Source/core/platform/graphics/chromium/AnimationTranslationUtil.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
Index: Source/core/platform/graphics/chromium/AnimationTranslationUtil.h
diff --git a/Source/core/platform/graphics/chromium/AnimationTranslationUtil.h b/Source/core/platform/graphics/chromium/AnimationTranslationUtil.h
index 8739ab76abf182e1b21949b0b3b9aeb15c9ffda2..abfabbf1e28f0ef8668f55860eda2a9a25c036fa 100644
--- a/Source/core/platform/graphics/chromium/AnimationTranslationUtil.h
+++ b/Source/core/platform/graphics/chromium/AnimationTranslationUtil.h
@@ -40,7 +40,7 @@ class WebAnimation;
namespace WebCore {
class KeyframeValueList;
-class Animation;
+class CSSAnimationData;
class FloatSize;
@@ -49,7 +49,7 @@ class FloatSize;
// - a steps timing function is used,
// - a property other than AnimatedPropertyWebkitTransform, or AnimatedPropertyOpacity is animated, or
// - a transform animation involves a non-invertable transform.
-PassOwnPtr<WebKit::WebAnimation> createWebAnimation(const KeyframeValueList&, const Animation*, int animationId, double timeOffset, const FloatSize& boxSize);
+PassOwnPtr<WebKit::WebAnimation> createWebAnimation(const KeyframeValueList&, const CSSAnimationData*, int animationId, double timeOffset, const FloatSize& boxSize);
} // namespace WebCore

Powered by Google App Engine
This is Rietveld 408576698