| Index: cc/trees/tree_synchronizer_unittest.cc
|
| diff --git a/cc/trees/tree_synchronizer_unittest.cc b/cc/trees/tree_synchronizer_unittest.cc
|
| index 5c9bc9231fd29db11e3d34747a5206d123a4fc3e..a56032f11e8d609da2040e1cec9924ac09bea67f 100644
|
| --- a/cc/trees/tree_synchronizer_unittest.cc
|
| +++ b/cc/trees/tree_synchronizer_unittest.cc
|
| @@ -493,7 +493,7 @@ TEST_F(TreeSynchronizerTest, SynchronizeAnimations) {
|
|
|
| scoped_refptr<Layer> layer_tree_root = Layer::Create();
|
|
|
| - layer_tree_root->SetLayerAnimationController(
|
| + layer_tree_root->SetLayerAnimationControllerForTest(
|
| FakeLayerAnimationController::Create());
|
|
|
| EXPECT_FALSE(static_cast<FakeLayerAnimationController*>(
|
|
|