| Index: src/gpu/gl/GrGLPathRendering.cpp
|
| diff --git a/src/gpu/gl/GrGLPathRendering.cpp b/src/gpu/gl/GrGLPathRendering.cpp
|
| index 4c9ef86786744b8d4df4fbc276e01e90bfd6178c..f18a4c671b0b912a721251ea95e5b1a301a1fbee 100644
|
| --- a/src/gpu/gl/GrGLPathRendering.cpp
|
| +++ b/src/gpu/gl/GrGLPathRendering.cpp
|
| @@ -100,7 +100,7 @@
|
| 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);
|
|
|