| Index: cc/test/pixel_test_output_surface.h
|
| diff --git a/cc/test/pixel_test_output_surface.h b/cc/test/pixel_test_output_surface.h
|
| index 7192c69290a422c6b72d54f71fe187bf240bd7c5..2dcdafb750628d5bc1f69ddf1f44ed9aced24680 100644
|
| --- a/cc/test/pixel_test_output_surface.h
|
| +++ b/cc/test/pixel_test_output_surface.h
|
| @@ -27,7 +27,8 @@ class PixelTestOutputSurface : public OutputSurface {
|
| void Reshape(const gfx::Size& size,
|
| float device_scale_factor,
|
| const gfx::ColorSpace& color_space,
|
| - bool has_alpha) override;
|
| + bool has_alpha,
|
| + bool use_stencil) override;
|
| bool HasExternalStencilTest() const override;
|
| void ApplyExternalStencil() override;
|
| void SwapBuffers(OutputSurfaceFrame frame) override;
|
|
|