Index: cc/test/pixel_test_output_surface.h |
diff --git a/cc/test/pixel_test_output_surface.h b/cc/test/pixel_test_output_surface.h |
index 30ab16f6fdc99d4430b27100bad1275b1be74b89..994e04ec3bd416bbb77e72fcbc65ab000e48e3d5 100644 |
--- a/cc/test/pixel_test_output_surface.h |
+++ b/cc/test/pixel_test_output_surface.h |
@@ -23,7 +23,10 @@ class PixelTestOutputSurface : public OutputSurface { |
~PixelTestOutputSurface() override; |
// OutputSurface implementation. |
- void Reshape(const gfx::Size& size, float scale_factor, bool alpha) override; |
+ void Reshape(const gfx::Size& size, |
+ float scale_factor, |
+ const gfx::ColorSpace& color_space, |
+ bool alpha) override; |
bool HasExternalStencilTest() const override; |
void SwapBuffers(CompositorFrame frame) override; |
uint32_t GetFramebufferCopyTextureFormat() override; |