| Index: src/gpu/effects/GrDisableColorXP.h
|
| diff --git a/src/gpu/effects/GrDisableColorXP.h b/src/gpu/effects/GrDisableColorXP.h
|
| index caa0eecec8cc4a2219230f9803a2dd555c521fa6..dd3dd295956291a4bf4111a04dd848ef9c0073f2 100644
|
| --- a/src/gpu/effects/GrDisableColorXP.h
|
| +++ b/src/gpu/effects/GrDisableColorXP.h
|
| @@ -34,7 +34,7 @@ private:
|
| const GrProcOptInfo& colorPOI,
|
| const GrProcOptInfo& coveragePOI,
|
| bool hasMixedSamples,
|
| - const DstTexture* dstTexture) const override;
|
| + const DstTexture* dstTexture, GrRenderTarget* dst) const override;
|
|
|
| bool willReadDstColor(const GrCaps& caps,
|
| const GrProcOptInfo& colorPOI,
|
|
|