| 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 c773a5227211a3b56ea4a0274481915219429566..640c118a1fd9b211b6752f5daeff714ffa2569cd 100644
|
| --- a/cc/test/pixel_test_output_surface.cc
|
| +++ b/cc/test/pixel_test_output_surface.cc
|
| @@ -28,4 +28,9 @@ bool PixelTestOutputSurface::HasExternalStencilTest() const {
|
| return external_stencil_test_;
|
| }
|
|
|
| +void PixelTestOutputSurface::SwapBuffers(CompositorFrame* frame) {
|
| + PostSwapBuffersComplete();
|
| + client_->DidSwapBuffers();
|
| +}
|
| +
|
| } // namespace cc
|
|
|