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