| Index: cc/test/fake_output_surface.h
|
| diff --git a/cc/test/fake_output_surface.h b/cc/test/fake_output_surface.h
|
| index 8fcc04a4cfd2549b42465a7c8bbdb276d62b476c..771e7f4fa95612b132a23fcb55d5c67c791d4675 100644
|
| --- a/cc/test/fake_output_surface.h
|
| +++ b/cc/test/fake_output_surface.h
|
| @@ -123,7 +123,7 @@ class FakeOutputSurface : public OutputSurface {
|
| return resources_held_by_parent_;
|
| }
|
|
|
| - void ReturnResource(unsigned id, CompositorFrameAck* ack);
|
| + void ReturnResource(unsigned id, ReturnedResourceArray* resources);
|
|
|
| bool HasExternalStencilTest() const override;
|
|
|
|
|