Index: Source/core/platform/animation/AnimationTranslationUtil.h |
diff --git a/Source/core/platform/animation/AnimationTranslationUtil.h b/Source/core/platform/animation/AnimationTranslationUtil.h |
index 95af52a029310088ad75e290db0d61eee30809fb..5ac2321e82822037dc5c19607c77a6303358a670 100644 |
--- a/Source/core/platform/animation/AnimationTranslationUtil.h |
+++ b/Source/core/platform/animation/AnimationTranslationUtil.h |
@@ -33,7 +33,7 @@ |
#include "wtf/PassOwnPtr.h" |
-namespace WebKit { |
+namespace blink { |
class WebAnimation; |
} |
@@ -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<blink::WebAnimation> createWebAnimation(const KeyframeValueList&, const CSSAnimationData*, int animationId, double timeOffset, const FloatSize& boxSize); |
} // namespace WebCore |