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

Unified Diff: cc/test/animation_test_common.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/layer_animation_controller.cc ('k') | cc/test/animation_test_common.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/animation_test_common.h
diff --git a/cc/test/animation_test_common.h b/cc/test/animation_test_common.h
index 4f9c13b08b4956a355d930587bb8369833b1575b..95e427993db467fa30903b516f0f9280ebc77932 100644
--- a/cc/test/animation_test_common.h
+++ b/cc/test/animation_test_common.h
@@ -37,7 +37,7 @@ public:
virtual ~FakeTransformTransition();
virtual double duration() const OVERRIDE;
- virtual WebKit::WebTransformationMatrix getValue(double time) const OVERRIDE;
+ virtual gfx::Transform getValue(double time) const OVERRIDE;
virtual scoped_ptr<cc::AnimationCurve> clone() const OVERRIDE;
« no previous file with comments | « cc/layer_animation_controller.cc ('k') | cc/test/animation_test_common.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698