| Index: cc/test/pixel_test_output_surface.cc
|
| diff --git a/cc/test/pixel_test_output_surface.cc b/cc/test/pixel_test_output_surface.cc
|
| index 05cfc420a017fba2961eb2ce959bb7c66c21249e..b32bff80e47b077df4c7f5d19e527c811dcb390e 100644
|
| --- a/cc/test/pixel_test_output_surface.cc
|
| +++ b/cc/test/pixel_test_output_surface.cc
|
| @@ -29,6 +29,10 @@ PixelTestOutputSurface::PixelTestOutputSurface(
|
|
|
| PixelTestOutputSurface::~PixelTestOutputSurface() = default;
|
|
|
| +void PixelTestOutputSurface::BindToClient(OutputSurfaceClient* client) {
|
| + client_ = client;
|
| +}
|
| +
|
| void PixelTestOutputSurface::EnsureBackbuffer() {}
|
|
|
| void PixelTestOutputSurface::DiscardBackbuffer() {}
|
|
|