| Index: cc/test/fake_content_layer_impl.cc
|
| diff --git a/cc/test/fake_content_layer_impl.cc b/cc/test/fake_content_layer_impl.cc
|
| index 940494706890f858963a916c0077010abb3697cf..1aff330fd51894b6033e6741389aebda8b4aa280 100644
|
| --- a/cc/test/fake_content_layer_impl.cc
|
| +++ b/cc/test/fake_content_layer_impl.cc
|
| @@ -17,7 +17,7 @@ bool FakeContentLayerImpl::HaveResourceForTileAt(int i, int j) {
|
| return hasResourceIdForTileAt(i, j);
|
| }
|
|
|
| -void FakeContentLayerImpl::didLoseOutputSurface() {
|
| +void FakeContentLayerImpl::DidLoseOutputSurface() {
|
| ++lost_output_surface_count_;
|
| }
|
|
|
|
|