| 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 ad27935e03ccabc9e832a23307984086f88205a0..ea3528175671949ca5d18104376eb0833236d383 100644
|
| --- a/cc/trees/layer_tree_host_impl_unittest.cc
|
| +++ b/cc/trees/layer_tree_host_impl_unittest.cc
|
| @@ -1038,7 +1038,7 @@ private:
|
| PushTileProperties(0, 0, resource, gfx::Rect(), false);
|
| }
|
| if (animating)
|
| - addAnimatedTransformToLayer(*this, 10, 3, 0);
|
| + AddAnimatedTransformToLayer(this, 10, 3, 0);
|
| }
|
| };
|
|
|
|
|