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

Unified Diff: webkit/compositor_bindings/WebTransformAnimationCurveImpl.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/WebTransformAnimationCurveImpl.h
diff --git a/webkit/compositor_bindings/WebTransformAnimationCurveImpl.h b/webkit/compositor_bindings/WebTransformAnimationCurveImpl.h
index 51a80115b52aee572c5b5627be5b4a01bfbbb984..94ba09f1294202843aa15bd6519fd84c2fcbe505 100644
--- a/webkit/compositor_bindings/WebTransformAnimationCurveImpl.h
+++ b/webkit/compositor_bindings/WebTransformAnimationCurveImpl.h
@@ -9,8 +9,8 @@
#include "third_party/WebKit/Source/Platform/chromium/public/WebTransformAnimationCurve.h"
namespace cc {
-class CCAnimationCurve;
-class CCKeyframedTransformAnimationCurve;
+class AnimationCurve;
+class KeyframedTransformAnimationCurve;
}
namespace WebKit {
@@ -30,10 +30,10 @@ public:
virtual WebTransformationMatrix getValue(double time) const OVERRIDE;
- scoped_ptr<cc::CCAnimationCurve> cloneToCCAnimationCurve() const;
+ scoped_ptr<cc::AnimationCurve> cloneToAnimationCurve() const;
private:
- scoped_ptr<cc::CCKeyframedTransformAnimationCurve> m_curve;
+ scoped_ptr<cc::KeyframedTransformAnimationCurve> m_curve;
};
}

Powered by Google App Engine
This is Rietveld 408576698