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

Unified Diff: cc/animation_curve.h

Issue 12035029: Finish migrating cc/ from WebKit::WebTransformationMatrix to gfx::Transform (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix nits Created 7 years, 11 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
« no previous file with comments | « no previous file | cc/keyframed_animation_curve.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/animation_curve.h
diff --git a/cc/animation_curve.h b/cc/animation_curve.h
index e9ddfd9160babb6cf1a87c0b24ea7c73ddb0f1cb..a9419f02a0200d659f4ee1460409b49adc3755e5 100644
--- a/cc/animation_curve.h
+++ b/cc/animation_curve.h
@@ -7,7 +7,7 @@
#include "base/memory/scoped_ptr.h"
#include "cc/cc_export.h"
-#include "third_party/WebKit/Source/Platform/chromium/public/WebTransformationMatrix.h"
+#include "ui/gfx/transform.h"
namespace cc {
@@ -45,7 +45,7 @@ class CC_EXPORT TransformAnimationCurve : public AnimationCurve {
public:
virtual ~TransformAnimationCurve() { }
- virtual WebKit::WebTransformationMatrix getValue(double t) const = 0;
+ virtual gfx::Transform getValue(double t) const = 0;
// Partial Animation implementation.
virtual Type type() const OVERRIDE;
« no previous file with comments | « no previous file | cc/keyframed_animation_curve.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698