| Index: content/renderer/android/synchronous_compositor_output_surface.cc
|
| diff --git a/content/renderer/android/synchronous_compositor_output_surface.cc b/content/renderer/android/synchronous_compositor_output_surface.cc
|
| index 9ee71b110e07cbb4d9786c87f15688acfa0b937f..979a7dff06895545c1a15555bf51bb210236747c 100644
|
| --- a/content/renderer/android/synchronous_compositor_output_surface.cc
|
| +++ b/content/renderer/android/synchronous_compositor_output_surface.cc
|
| @@ -148,9 +148,11 @@ void SynchronousCompositorOutputSurface::DetachFromClient() {
|
| CancelFallbackTick();
|
| }
|
|
|
| -void SynchronousCompositorOutputSurface::Reshape(const gfx::Size& size,
|
| - float scale_factor,
|
| - bool has_alpha) {
|
| +void SynchronousCompositorOutputSurface::Reshape(
|
| + const gfx::Size& size,
|
| + float scale_factor,
|
| + const gfx::ColorProfile& color_profile,
|
| + bool has_alpha) {
|
| // Intentional no-op: surface size is controlled by the embedder.
|
| }
|
|
|
|
|