| Index: cc/output/renderer_unittest.cc
|
| diff --git a/cc/output/renderer_unittest.cc b/cc/output/renderer_unittest.cc
|
| index e57149f978cf63ce65416030cefcda7a47b2d691..3e91248761192ae48d13bb20d87015a692ad5348 100644
|
| --- a/cc/output/renderer_unittest.cc
|
| +++ b/cc/output/renderer_unittest.cc
|
| @@ -21,8 +21,9 @@ class TestOutputSurface : public OutputSurface {
|
| explicit TestOutputSurface(scoped_refptr<ContextProvider> context_provider);
|
| ~TestOutputSurface() override;
|
|
|
| - // OutputSurface implementation
|
| + // OutputSurface implementation.
|
| void SwapBuffers(CompositorFrame* frame) override;
|
| + uint32_t GetFramebufferCopyTextureFormat() override { return GL_RGB; }
|
| };
|
|
|
| TestOutputSurface::TestOutputSurface(
|
|
|