From 391395dcfbff09a83f8f0e9d3e02d38c855ae2e9 Mon Sep 17 00:00:00 2001 From: robertphillips Date: Wed, 2 Mar 2016 09:26:36 -0800 Subject: Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1754563003 Committed: https://skia.googlesource.com/skia/+/86c60758e9e4f9e203d7462cb22b2a245a0f51bd Review URL: https://codereview.chromium.org/1754563003 --- src/gpu/GrPipelineBuilder.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/gpu/GrPipelineBuilder.h') diff --git a/src/gpu/GrPipelineBuilder.h b/src/gpu/GrPipelineBuilder.h index f5fe9f80dc..f66ced3025 100644 --- a/src/gpu/GrPipelineBuilder.h +++ b/src/gpu/GrPipelineBuilder.h @@ -154,14 +154,6 @@ public: return xpFactory; } - /** - * Sets a GrXPFactory that will ignore src color and perform a set operation between the draws - * output coverage and the destination. This is useful to render coverage masks as CSG. - */ - void setCoverageSetOpXPFactory(SkRegion::Op regionOp, bool invertCoverage = false) { - fXPFactory.reset(GrCoverageSetOpXPFactory::Create(regionOp, invertCoverage)); - } - /** * Sets a GrXPFactory that disables color writes to the destination. This is useful when * rendering to the stencil buffer. -- cgit v1.2.3