Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1617)

Unified Diff: webkit/compositor_bindings/WebFloatAnimationCurveImpl.h

Issue 11189043: cc: Rename cc classes and members to match filenames (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
};
}

Powered by Google App Engine
This is Rietveld 408576698