Index: cc/keyframed_animation_curve.cc |
diff --git a/cc/keyframed_animation_curve.cc b/cc/keyframed_animation_curve.cc |
index 9cf0ef37e14343565988e9e3a755d7e82453c2b7..c81dde16d60f8c4e310633dbaca92e3df9ca29c3 100644 |
--- a/cc/keyframed_animation_curve.cc |
+++ b/cc/keyframed_animation_curve.cc |
@@ -4,7 +4,7 @@ |
#include "cc/keyframed_animation_curve.h" |
-using WebKit::WebTransformationMatrix; |
+using gfx::Transform; |
namespace cc { |
@@ -196,7 +196,7 @@ scoped_ptr<AnimationCurve> KeyframedTransformAnimationCurve::clone() const |
return toReturn.PassAs<AnimationCurve>(); |
} |
-WebTransformationMatrix KeyframedTransformAnimationCurve::getValue(double t) const |
+WebKit::WebTransformationMatrix KeyframedTransformAnimationCurve::getValue(double t) const |
{ |
if (t <= m_keyframes.first()->time()) |
return m_keyframes.first()->value().apply(); |