| Index: cc/test/animation_test_common.cc
|
| diff --git a/cc/test/animation_test_common.cc b/cc/test/animation_test_common.cc
|
| index 1ee736fa9c1b2ae79c5abc342fc38bee9a8d7202..fd6ba2dd7e797f0ac8fdd3542bcaf44a083afd49 100644
|
| --- a/cc/test/animation_test_common.cc
|
| +++ b/cc/test/animation_test_common.cc
|
| @@ -174,12 +174,12 @@ float FakeLayerAnimationControllerClient::opacity() const
|
| return m_opacity;
|
| }
|
|
|
| -void FakeLayerAnimationControllerClient::setTransformFromAnimation(const WebKit::WebTransformationMatrix& transform)
|
| +void FakeLayerAnimationControllerClient::setTransformFromAnimation(const gfx::Transform& transform)
|
| {
|
| m_transform = transform;
|
| }
|
|
|
| -const WebKit::WebTransformationMatrix& FakeLayerAnimationControllerClient::transform() const
|
| +const gfx::Transform& FakeLayerAnimationControllerClient::transform() const
|
| {
|
| return m_transform;
|
| }
|
|
|