diff options
author | ajuma@chromium.org <ajuma@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-25 22:56:44 +0000 |
---|---|---|
committer | ajuma@chromium.org <ajuma@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-25 22:56:44 +0000 |
commit | 9797c9c2ab931d7cef0141738ef838b46dedf53e (patch) | |
tree | 159b9925d0b8b36fe55a47d3c6bb4084da353732 /cc/test/animation_test_common.h | |
parent | 62cb5d905de209526a1c51e2c43bb0349c67e213 (diff) | |
download | chromium_src-9797c9c2ab931d7cef0141738ef838b46dedf53e.zip chromium_src-9797c9c2ab931d7cef0141738ef838b46dedf53e.tar.gz chromium_src-9797c9c2ab931d7cef0141738ef838b46dedf53e.tar.bz2 |
Finish migrating cc/ from WebKit::WebTransformationMatrix to gfx::Transform
BUG=166640
Review URL: https://chromiumcodereview.appspot.com/12035029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@178931 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/test/animation_test_common.h')
-rw-r--r-- | cc/test/animation_test_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/test/animation_test_common.h b/cc/test/animation_test_common.h index 4f9c13b..95e42799 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; |