| Index: cc/test/fake_layer_tree_host_impl_client.cc
|
| diff --git a/cc/test/fake_layer_tree_host_impl_client.cc b/cc/test/fake_layer_tree_host_impl_client.cc
|
| index 588ca46a26fad80ed0d548aaba3aa7c98ee240c7..3b7adfcd8fb303736d9a6056867a251aa992540d 100644
|
| --- a/cc/test/fake_layer_tree_host_impl_client.cc
|
| +++ b/cc/test/fake_layer_tree_host_impl_client.cc
|
| @@ -14,4 +14,8 @@ bool FakeLayerTreeHostImplClient::IsInsideDraw() {
|
| void FakeLayerTreeHostImplClient::PostAnimationEventsToMainThreadOnImplThread(
|
| std::unique_ptr<MutatorEvents> events) {}
|
|
|
| +void FakeLayerTreeHostImplClient::NeedsImplSideInvalidation() {
|
| + did_request_impl_side_invalidation_ = true;
|
| +}
|
| +
|
| } // namespace cc
|
|
|