| Index: content/browser/compositor/offscreen_browser_compositor_output_surface.cc
|
| diff --git a/content/browser/compositor/offscreen_browser_compositor_output_surface.cc b/content/browser/compositor/offscreen_browser_compositor_output_surface.cc
|
| index 05ba1efd449e8aee0a76314bdb459903825914dc..12f13ee22a889efa2e5ee85cd109bf7fd75b3ddf 100644
|
| --- a/content/browser/compositor/offscreen_browser_compositor_output_surface.cc
|
| +++ b/content/browser/compositor/offscreen_browser_compositor_output_surface.cc
|
| @@ -106,9 +106,11 @@ void OffscreenBrowserCompositorOutputSurface::DiscardBackbuffer() {
|
| }
|
| }
|
|
|
| -void OffscreenBrowserCompositorOutputSurface::Reshape(const gfx::Size& size,
|
| - float scale_factor,
|
| - bool alpha) {
|
| +void OffscreenBrowserCompositorOutputSurface::Reshape(
|
| + const gfx::Size& size,
|
| + float scale_factor,
|
| + const gfx::ColorProfile& color_profile,
|
| + bool alpha) {
|
| if (size == surface_size_)
|
| return;
|
|
|
|
|