Index: src/gpu/gl/GrGLPathRendering.cpp |
diff --git a/src/gpu/gl/GrGLPathRendering.cpp b/src/gpu/gl/GrGLPathRendering.cpp |
index f18a4c671b0b912a721251ea95e5b1a301a1fbee..4c9ef86786744b8d4df4fbc276e01e90bfd6178c 100644 |
--- a/src/gpu/gl/GrGLPathRendering.cpp |
+++ b/src/gpu/gl/GrGLPathRendering.cpp |
@@ -100,7 +100,7 @@ void GrGLPathRendering::onStencilPath(const StencilPathArgs& args, const GrPath* |
SkISize size = SkISize::Make(rt->width(), rt->height()); |
this->setProjectionMatrix(*args.fViewMatrix, size, rt->origin()); |
gpu->flushScissor(*args.fScissor, rt->getViewport(), rt->origin()); |
- gpu->flushHWAAState(rt, args.fUseHWAA, true); |
+ gpu->flushHWAAState(rt, args.fUseHWAA); |
gpu->flushRenderTarget(rt, nullptr); |
const GrGLPath* glPath = static_cast<const GrGLPath*>(path); |