| Index: cc/test/fake_output_surface.h
|
| diff --git a/cc/test/fake_output_surface.h b/cc/test/fake_output_surface.h
|
| index 4a83f8d9c7793339f8c7033c6c2d76be32022b4a..3fc920c4c363e8da65c25f4deb4aab5a776abb71 100644
|
| --- a/cc/test/fake_output_surface.h
|
| +++ b/cc/test/fake_output_surface.h
|
| @@ -62,6 +62,7 @@ class FakeOutputSurface : public OutputSurface {
|
| void EnsureBackbuffer() override {}
|
| void DiscardBackbuffer() override {}
|
| void BindFramebuffer() override;
|
| + void SetDrawRectangle(const gfx::Rect& rect) override {}
|
| void Reshape(const gfx::Size& size,
|
| float device_scale_factor,
|
| const gfx::ColorSpace& color_space,
|
|
|