Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(959)

Unified Diff: include/gpu/effects/GrCoverageSetOpXP.h

Issue 1541903002: added support for PLS path rendering (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: include/gpu/effects/GrCoverageSetOpXP.h
diff --git a/include/gpu/effects/GrCoverageSetOpXP.h b/include/gpu/effects/GrCoverageSetOpXP.h
index 097a890d569c1f72cd80cbfe550da903d04ecb57..0b37dc113e2b0e23919f962af7f15abed4f7eba1 100644
--- a/include/gpu/effects/GrCoverageSetOpXP.h
+++ b/include/gpu/effects/GrCoverageSetOpXP.h
@@ -36,9 +36,7 @@ private:
bool willReadDstColor(const GrCaps& /*caps*/,
const GrPipelineOptimizations& /*optimizations*/,
- bool /*hasMixedSamples*/) const override {
- return false;
- }
+ bool /*hasMixedSamples*/) const override;
bool onIsEqual(const GrXPFactory& xpfBase) const override {
const GrCoverageSetOpXPFactory& xpf = xpfBase.cast<GrCoverageSetOpXPFactory>();

Powered by Google App Engine
This is Rietveld 408576698