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

Unified Diff: ui/compositor/transform_animation_curve_adapter.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/transform_operations_unittest.cc ('k') | ui/compositor/transform_animation_curve_adapter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/transform_animation_curve_adapter.h
diff --git a/ui/compositor/transform_animation_curve_adapter.h b/ui/compositor/transform_animation_curve_adapter.h
index 073cbfe17084139dc0139859e686fe51b7e4dcba..795de8402d3d221b9b0e9e4c212fe7c4e511c079 100644
--- a/ui/compositor/transform_animation_curve_adapter.h
+++ b/ui/compositor/transform_animation_curve_adapter.h
@@ -25,7 +25,7 @@ class TransformAnimationCurveAdapter :public cc::TransformAnimationCurve {
// TransformAnimationCurve implementation.
virtual double duration() const OVERRIDE;
virtual scoped_ptr<AnimationCurve> clone() const OVERRIDE;
- virtual WebKit::WebTransformationMatrix getValue(double t) const OVERRIDE;
+ virtual gfx::Transform getValue(double t) const OVERRIDE;
private:
Tween::Type tween_type_;
« no previous file with comments | « cc/transform_operations_unittest.cc ('k') | ui/compositor/transform_animation_curve_adapter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698