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