| Index: cc/trees/layer_tree_host_impl_unittest.cc
|
| diff --git a/cc/trees/layer_tree_host_impl_unittest.cc b/cc/trees/layer_tree_host_impl_unittest.cc
|
| index e25dbc77bea88d455eaa0b7b15d342c8a46cfb27..59468ceccbf0efc919c19a7d3c9e0986ee7026cc 100644
|
| --- a/cc/trees/layer_tree_host_impl_unittest.cc
|
| +++ b/cc/trees/layer_tree_host_impl_unittest.cc
|
| @@ -1040,7 +1040,7 @@ private:
|
| PushTileProperties(0, 0, resource, gfx::Rect(), false);
|
| }
|
| if (animating)
|
| - addAnimatedTransformToLayer(*this, 10, 3, 0);
|
| + AddAnimatedTransformToLayer(this, 10, 3, 0);
|
| }
|
| };
|
|
|
|
|