| Index: src/gpu/effects/GrDisableColorXP.h
|
| diff --git a/src/gpu/effects/GrDisableColorXP.h b/src/gpu/effects/GrDisableColorXP.h
|
| index 94aae317514c82c0de9451ae136fd2181d615271..21e69327f6555ea86b379906aa959407da4e14b2 100644
|
| --- a/src/gpu/effects/GrDisableColorXP.h
|
| +++ b/src/gpu/effects/GrDisableColorXP.h
|
| @@ -31,9 +31,9 @@ private:
|
| bool hasMixedSamples,
|
| const DstTexture* dstTexture) const override;
|
|
|
| - bool willReadDstColor(const GrCaps& caps,
|
| - const GrPipelineOptimizations& optimizations,
|
| - bool hasMixedSamples) const override {
|
| + bool onWillReadDstColor(const GrCaps& caps,
|
| + const GrPipelineOptimizations& optimizations,
|
| + bool hasMixedSamples) const override {
|
| return false;
|
| }
|
|
|
|
|