| 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 abfabbf1e28f0ef8668f55860eda2a9a25c036fa..b930e545cb1bed2eab3980b026c48502dfdd2721 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 CSSAnimationData;
|
| +class StyleAnimationData;
|
| 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 CSSAnimationData*, int animationId, double timeOffset, const FloatSize& boxSize);
|
| +PassOwnPtr<WebKit::WebAnimation> createWebAnimation(const KeyframeValueList&, const StyleAnimationData*, int animationId, double timeOffset, const FloatSize& boxSize);
|
|
|
| } // namespace WebCore
|
|
|
|
|