aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrReducedClip.cpp
diff options
context:
space:
mode:
authorGravatar Brian Salomon <bsalomon@google.com>2016-12-10 09:35:48 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2016-12-13 15:22:28 +0000
commit82125e9aa22b17e540edd6963781e56031c9b221 (patch)
treeb81ec90caa8addc049637fb151ba78e44f9bff6e /src/gpu/GrReducedClip.cpp
parent72245c522ab65593239f2056df16082edb4e0a2e (diff)
Remove antialias axis from GrPathRendererChain::DrawType
Change-Id: I910ef57027059c3c7dd780ba9de40363c201e174 Reviewed-on: https://skia-review.googlesource.com/5728 Reviewed-by: Robert Phillips <robertphillips@google.com> Commit-Queue: Brian Salomon <bsalomon@google.com>
Diffstat (limited to 'src/gpu/GrReducedClip.cpp')
-rw-r--r--src/gpu/GrReducedClip.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gpu/GrReducedClip.cpp b/src/gpu/GrReducedClip.cpp
index fd616866f0..9802f87755 100644
--- a/src/gpu/GrReducedClip.cpp
+++ b/src/gpu/GrReducedClip.cpp
@@ -744,8 +744,7 @@ bool GrReducedClip::drawStencilClipMask(GrContext* context,
canDrawArgs.fHasUserStencilSettings = false;
GrDrawingManager* dm = context->contextPriv().drawingManager();
- pr = dm->getPathRenderer(canDrawArgs, false,
- GrPathRendererChain::kStencilOnly_DrawType,
+ pr = dm->getPathRenderer(canDrawArgs, false, GrPathRendererChain::DrawType::kStencil,
&stencilSupport);
if (!pr) {
return false;