| Index: cc/output/output_surface.cc
|
| diff --git a/cc/output/output_surface.cc b/cc/output/output_surface.cc
|
| index 93c5ca523d696a37f5417f3635582a6ec9235f92..9b2aecc6e90b9d94920c31b11ad39d67e1f23894 100644
|
| --- a/cc/output/output_surface.cc
|
| +++ b/cc/output/output_surface.cc
|
| @@ -215,6 +215,7 @@ void OutputSurface::DiscardBackbuffer() {
|
|
|
| void OutputSurface::Reshape(const gfx::Size& size,
|
| float scale_factor,
|
| + const gfx::ColorProfile& color_profile,
|
| bool has_alpha) {
|
| if (size == surface_size_ && scale_factor == device_scale_factor_ &&
|
| has_alpha == has_alpha_)
|
|
|