| 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
|
|
|
|
|