| Index: include/gpu/effects/GrCoverageSetOpXP.h
|
| diff --git a/include/gpu/effects/GrCoverageSetOpXP.h b/include/gpu/effects/GrCoverageSetOpXP.h
|
| index 097a890d569c1f72cd80cbfe550da903d04ecb57..42ac6ac528700f716a3b49bd5b886c3f32a1f89f 100644
|
| --- a/include/gpu/effects/GrCoverageSetOpXP.h
|
| +++ b/include/gpu/effects/GrCoverageSetOpXP.h
|
| @@ -34,9 +34,9 @@ private:
|
| bool hasMixedSamples,
|
| const 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;
|
| }
|
|
|
|
|