| 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..91ea83ae3accb313d2906ef5b1034271ffee1c7b 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::ColorProfile& color_profile,
|
| + bool alpha) override;
|
| bool HasExternalStencilTest() const override;
|
| void SwapBuffers(CompositorFrame frame) override;
|
| uint32_t GetFramebufferCopyTextureFormat() override;
|
|
|