Index: webkit/compositor_bindings/WebTransformAnimationCurveImpl.h |
diff --git a/webkit/compositor_bindings/WebTransformAnimationCurveImpl.h b/webkit/compositor_bindings/WebTransformAnimationCurveImpl.h |
index b7d70185cffa4fb9cda849cbb8b83e01929980e5..8631ef913f53636b988b0c2de9f611059f89dfe4 100644 |
--- a/webkit/compositor_bindings/WebTransformAnimationCurveImpl.h |
+++ b/webkit/compositor_bindings/WebTransformAnimationCurveImpl.h |
@@ -9,7 +9,7 @@ |
#include <wtf/OwnPtr.h> |
#include <wtf/PassOwnPtr.h> |
-namespace WebCore { |
+namespace cc { |
class CCAnimationCurve; |
class CCKeyframedTransformAnimationCurve; |
} |
@@ -31,10 +31,10 @@ public: |
virtual WebTransformationMatrix getValue(double time) const OVERRIDE; |
- PassOwnPtr<WebCore::CCAnimationCurve> cloneToCCAnimationCurve() const; |
+ PassOwnPtr<cc::CCAnimationCurve> cloneToCCAnimationCurve() const; |
private: |
- OwnPtr<WebCore::CCKeyframedTransformAnimationCurve> m_curve; |
+ OwnPtr<cc::CCKeyframedTransformAnimationCurve> m_curve; |
}; |
} |