| Index: cc/test/fake_content_layer_impl.h
|
| diff --git a/cc/test/fake_content_layer_impl.h b/cc/test/fake_content_layer_impl.h
|
| index 8ab3fa4dcf270a1325acaea726e5cfc7584ad958..12e79457079cc46994fc31683f81ffce1f463473 100644
|
| --- a/cc/test/fake_content_layer_impl.h
|
| +++ b/cc/test/fake_content_layer_impl.h
|
| @@ -28,7 +28,7 @@ class FakeContentLayerImpl : public TiledLayerImpl {
|
| }
|
| void reset_lost_output_surface_count() { lost_output_surface_count_ = 0; }
|
|
|
| - virtual void DidLoseOutputSurface() OVERRIDE;
|
| + virtual void ReleaseResources() OVERRIDE;
|
|
|
| size_t append_quads_count() const {
|
| return append_quads_count_;
|
|
|