| 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 0af96d323ecb3d9bdb91b23312db71cbf3881edd..9b0193af36dd0a8c813ccf711395eb4bc26d73a2 100644
|
| --- a/cc/trees/layer_tree_host_impl_unittest.cc
|
| +++ b/cc/trees/layer_tree_host_impl_unittest.cc
|
| @@ -148,6 +148,7 @@ class LayerTreeHostImplTest : public testing::Test,
|
| requested_animation_delay_ = delay;
|
| }
|
| void DidActivateSyncTree() override {}
|
| + void WillPrepareTiles() override {}
|
| void DidPrepareTiles() override {}
|
| void DidCompletePageScaleAnimationOnImplThread() override {
|
| did_complete_page_scale_animation_ = true;
|
|
|