| Index: cc/trees/layer_tree_host_unittest_animation.cc
|
| diff --git a/cc/trees/layer_tree_host_unittest_animation.cc b/cc/trees/layer_tree_host_unittest_animation.cc
|
| index c0f63099fcc16ae4c3dddc5939910542fdab4a80..f53c829229d2e9288277d838e01ced0b4af8a25f 100644
|
| --- a/cc/trees/layer_tree_host_unittest_animation.cc
|
| +++ b/cc/trees/layer_tree_host_unittest_animation.cc
|
| @@ -1178,7 +1178,7 @@ class LayerTreeHostAnimationTestPendingTreeAnimatesFirstCommit
|
| PostSetNeedsCommitToMainThread();
|
| }
|
|
|
| - void WillPrepareTiles(LayerTreeHostImpl* host_impl) override {
|
| + void WillPrepareTilesOnThread(LayerTreeHostImpl* host_impl) override {
|
| if (host_impl->sync_tree()->source_frame_number() != 0)
|
| return;
|
|
|
|
|