| Index: cc/test/fake_output_surface.cc
|
| diff --git a/cc/test/fake_output_surface.cc b/cc/test/fake_output_surface.cc
|
| index c3dbacd04ff3518680fc22271a8bb98f5dc1614c..7b7d4f50a493cf8855be8b5162b4a0c80f251838 100644
|
| --- a/cc/test/fake_output_surface.cc
|
| +++ b/cc/test/fake_output_surface.cc
|
| @@ -30,7 +30,8 @@ FakeOutputSurface::~FakeOutputSurface() = default;
|
| void FakeOutputSurface::Reshape(const gfx::Size& size,
|
| float device_scale_factor,
|
| const gfx::ColorSpace& color_space,
|
| - bool has_alpha) {
|
| + bool has_alpha,
|
| + bool use_stencil) {
|
| if (context_provider()) {
|
| context_provider()->ContextGL()->ResizeCHROMIUM(
|
| size.width(), size.height(), device_scale_factor, has_alpha);
|
|
|