Index: webkit/compositor_bindings/WebFloatAnimationCurveImpl.h |
diff --git a/webkit/compositor_bindings/WebFloatAnimationCurveImpl.h b/webkit/compositor_bindings/WebFloatAnimationCurveImpl.h |
index 299190fdf680866b7b9d61fb040d290c57ab424d..b33ca8b5a6b0f1dadf6755ff8e2d8c72b96da8ad 100644 |
--- a/webkit/compositor_bindings/WebFloatAnimationCurveImpl.h |
+++ b/webkit/compositor_bindings/WebFloatAnimationCurveImpl.h |
@@ -9,8 +9,8 @@ |
#include "third_party/WebKit/Source/Platform/chromium/public/WebFloatAnimationCurve.h" |
namespace cc { |
-class CCAnimationCurve; |
-class CCKeyframedFloatAnimationCurve; |
+class AnimationCurve; |
+class KeyframedFloatAnimationCurve; |
} |
namespace WebKit { |
@@ -30,10 +30,10 @@ public: |
virtual float getValue(double time) const OVERRIDE; |
- scoped_ptr<cc::CCAnimationCurve> cloneToCCAnimationCurve() const; |
+ scoped_ptr<cc::AnimationCurve> cloneToAnimationCurve() const; |
private: |
- scoped_ptr<cc::CCKeyframedFloatAnimationCurve> m_curve; |
+ scoped_ptr<cc::KeyframedFloatAnimationCurve> m_curve; |
}; |
} |