| Index: cc/test/fake_layer_tree_host_impl.cc
|
| diff --git a/cc/test/fake_layer_tree_host_impl.cc b/cc/test/fake_layer_tree_host_impl.cc
|
| index 0505bbd9b9e79e8675971f30c93731a9d4e22713..bb5ec0d0ab67f5770394e0c99fe95c80b07a4e97 100644
|
| --- a/cc/test/fake_layer_tree_host_impl.cc
|
| +++ b/cc/test/fake_layer_tree_host_impl.cc
|
| @@ -84,4 +84,8 @@ void FakeLayerTreeHostImpl::UpdateNumChildrenAndDrawProperties(
|
| layerTree->UpdateDrawProperties();
|
| }
|
|
|
| +bool FakeLayerTreeHostImpl::IsTesting() {
|
| + return true;
|
| +}
|
| +
|
| } // namespace cc
|
|
|