| Index: cc/test/fake_output_surface.cc
|
| diff --git a/cc/test/fake_output_surface.cc b/cc/test/fake_output_surface.cc
|
| index 7b7d4f50a493cf8855be8b5162b4a0c80f251838..cafd10bf00c7fc7e71b47fbe63bdee0670475f0c 100644
|
| --- a/cc/test/fake_output_surface.cc
|
| +++ b/cc/test/fake_output_surface.cc
|
| @@ -38,6 +38,7 @@ void FakeOutputSurface::Reshape(const gfx::Size& size,
|
| } else {
|
| software_device()->Resize(size, device_scale_factor);
|
| }
|
| + last_reshape_color_space_ = color_space;
|
| }
|
|
|
| void FakeOutputSurface::SwapBuffers(OutputSurfaceFrame frame) {
|
|
|