| Index: cc/output/overlay_unittest.cc
|
| diff --git a/cc/output/overlay_unittest.cc b/cc/output/overlay_unittest.cc
|
| index ae10a0441802886af23fbf9c9848ec811bc262ae..fd078112c11e15b4855d6756210aef6add90ff0d 100644
|
| --- a/cc/output/overlay_unittest.cc
|
| +++ b/cc/output/overlay_unittest.cc
|
| @@ -162,7 +162,8 @@ class OverlayOutputSurface : 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 {}
|
| void SwapBuffers(OutputSurfaceFrame frame) override {}
|
| uint32_t GetFramebufferCopyTextureFormat() override {
|
| // TestContextProvider has no real framebuffer, just use RGB.
|
|
|