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

Unified Diff: cc/keyframed_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 | « cc/animation_curve.h ('k') | cc/keyframed_animation_curve.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/keyframed_animation_curve.h
diff --git a/cc/keyframed_animation_curve.h b/cc/keyframed_animation_curve.h
index cfd19157ccadddf6c7c4aac9969c794d1c7a8570..70fcd66c04fe847390ad3110ad1c0fd9f61aa553 100644
--- a/cc/keyframed_animation_curve.h
+++ b/cc/keyframed_animation_curve.h
@@ -99,7 +99,7 @@ public:
virtual scoped_ptr<AnimationCurve> clone() const OVERRIDE;
// TransformAnimationCurve implementation
- virtual WebKit::WebTransformationMatrix getValue(double t) const OVERRIDE;
+ virtual gfx::Transform getValue(double t) const OVERRIDE;
private:
KeyframedTransformAnimationCurve();
« no previous file with comments | « cc/animation_curve.h ('k') | cc/keyframed_animation_curve.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698