Index: cc/test/animation_test_common.cc |
diff --git a/cc/test/animation_test_common.cc b/cc/test/animation_test_common.cc |
index 9cce3271970cf2036da63905f1b6a7cb197139f6..3c80b179ac11deefe74bac27b34488525444b32d 100644 |
--- a/cc/test/animation_test_common.cc |
+++ b/cc/test/animation_test_common.cc |
@@ -111,9 +111,9 @@ double FakeTransformTransition::duration() const |
return m_duration; |
} |
-WebKit::WebTransformationMatrix FakeTransformTransition::getValue(double time) const |
+gfx::Transform FakeTransformTransition::getValue(double time) const |
{ |
- return WebKit::WebTransformationMatrix(); |
+ return gfx::Transform(); |
} |
scoped_ptr<cc::AnimationCurve> FakeTransformTransition::clone() const |