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

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: 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
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_;

Powered by Google App Engine
This is Rietveld 408576698