| 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 b861d203a076044906187ff22b3e8a41c2476a3f..ddf61c855461795251a064d7c63eda55d42759ba 100644
|
| --- a/cc/test/pixel_test_output_surface.h
|
| +++ b/cc/test/pixel_test_output_surface.h
|
| @@ -38,6 +38,7 @@ class PixelTestOutputSurface : public OutputSurface {
|
| unsigned GetOverlayTextureId() const override;
|
| bool SurfaceIsSuspendForRecycle() const override;
|
| uint32_t GetFramebufferCopyTextureFormat() override;
|
| + bool CanPartialDraw(const gfx::Rect& damage) override;
|
|
|
| void set_has_external_stencil_test(bool has_test) {
|
| external_stencil_test_ = has_test;
|
|
|