aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrStencilAttachment.h
diff options
context:
space:
mode:
authorGravatar robertphillips <robertphillips@google.com>2016-06-06 06:16:20 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-06-06 06:16:21 -0700
commit55fdcccf01d49173bc731024b4283d3a3ea9150a (patch)
tree1980bd38220c48296bc0d3a9683314e8152c2347 /src/gpu/GrStencilAttachment.h
parent401e77cfe126eea1a12bd81410871fdb80739283 (diff)
Remove GrRenderTarget from GrPipelineBuilder
This used to be "Declassify GrClipMaskManager and Remove GrRenderTarget and GrDrawTarget from GrPipelineBuilder" but has been split into: https://codereview.chromium.org/1993263002/ (Make GrAppliedClip friendless) https://codereview.chromium.org/1997773002/ (Retract GrRenderTarget from GLProgramsTest) https://codereview.chromium.org/1993403002/ (GrSWMaskHelper and GrSoftwarePathRenderer only need the textureProvider (not GrContext)) https://codereview.chromium.org/2004433002/ (Retract GrRenderTarget from GrTestTarget) https://codereview.chromium.org/2015333002/ (Change parameters to GrPipelineBuilder's ctor) https://codereview.chromium.org/2035823002/ (Make GrClipMaskManager stateless and push GrPipelineBuilder construction downstack) GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1988923002 Review-Url: https://codereview.chromium.org/1988923002
Diffstat (limited to 'src/gpu/GrStencilAttachment.h')
-rw-r--r--src/gpu/GrStencilAttachment.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gpu/GrStencilAttachment.h b/src/gpu/GrStencilAttachment.h
index 5b7ae63750..7573d23d1d 100644
--- a/src/gpu/GrStencilAttachment.h
+++ b/src/gpu/GrStencilAttachment.h
@@ -52,8 +52,7 @@ public:
GrUniqueKey* key);
protected:
- GrStencilAttachment(GrGpu* gpu, int width, int height, int bits,
- int sampleCnt)
+ GrStencilAttachment(GrGpu* gpu, int width, int height, int bits, int sampleCnt)
: GrGpuResource(gpu)
, fWidth(width)
, fHeight(height)