| Index: content/renderer/android/synchronous_compositor_output_surface.h
|
| diff --git a/content/renderer/android/synchronous_compositor_output_surface.h b/content/renderer/android/synchronous_compositor_output_surface.h
|
| index 533274a4a4d005f220057138a5fe88fe5ee48224..4c4102fe7eb250e5b5c8930a858974b0df8f75fd 100644
|
| --- a/content/renderer/android/synchronous_compositor_output_surface.h
|
| +++ b/content/renderer/android/synchronous_compositor_output_surface.h
|
| @@ -76,6 +76,7 @@ class SynchronousCompositorOutputSurface
|
| void DetachFromClient() override;
|
| void Reshape(const gfx::Size& size,
|
| float scale_factor,
|
| + const gfx::ColorProfile& color_profile,
|
| bool has_alpha) override;
|
| void SwapBuffers(cc::CompositorFrame frame) override;
|
| void Invalidate() override;
|
|
|