| Index: include/gpu/effects/GrCoverageSetOpXP.h
|
| diff --git a/include/gpu/effects/GrCoverageSetOpXP.h b/include/gpu/effects/GrCoverageSetOpXP.h
|
| index 42ac6ac528700f716a3b49bd5b886c3f32a1f89f..06cc759812d93937a33240900b58c43e14c4b164 100644
|
| --- a/include/gpu/effects/GrCoverageSetOpXP.h
|
| +++ b/include/gpu/effects/GrCoverageSetOpXP.h
|
| @@ -34,9 +34,7 @@ private:
|
| bool hasMixedSamples,
|
| const DstTexture*) const override;
|
|
|
| - bool onWillReadDstColor(const GrCaps& /*caps*/,
|
| - const GrPipelineOptimizations& /*optimizations*/,
|
| - bool /*hasMixedSamples*/) const override {
|
| + bool onWillReadDstColor(const GrCaps&, const GrPipelineOptimizations&) const override {
|
| return false;
|
| }
|
|
|
|
|