| 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 2dcdafb750628d5bc1f69ddf1f44ed9aced24680..b861d203a076044906187ff22b3e8a41c2476a3f 100644
|
| --- a/cc/test/pixel_test_output_surface.h
|
| +++ b/cc/test/pixel_test_output_surface.h
|
| @@ -24,6 +24,7 @@ class PixelTestOutputSurface : 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,
|
|
|