| Index: src/gpu/gl/GrGLPathRendering.cpp
|
| diff --git a/src/gpu/gl/GrGLPathRendering.cpp b/src/gpu/gl/GrGLPathRendering.cpp
|
| index 78f78baf9d442611d9dc2f116886db4f65d561bf..a74014b96bad9590da94f25dfdf6eba77a55bf4c 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);
|
| + gpu->flushHWAAState(rt, args.fUseHWAA, true);
|
| gpu->flushRenderTarget(rt, nullptr);
|
|
|
| const GrGLPath* glPath = static_cast<const GrGLPath*>(path);
|
|
|