| Index: src/gpu/gl/GrGLGpu.cpp
|
| diff --git a/src/gpu/gl/GrGLGpu.cpp b/src/gpu/gl/GrGLGpu.cpp
|
| index d309dc1b937353b0607166253461463690077bb4..ec38804da377c4502f29064b090fefc263af276c 100644
|
| --- a/src/gpu/gl/GrGLGpu.cpp
|
| +++ b/src/gpu/gl/GrGLGpu.cpp
|
| @@ -2769,7 +2769,7 @@ void GrGLGpu::draw(const GrPipeline& pipeline,
|
| }
|
|
|
| void GrGLGpu::stampPLSSetupRect(const SkRect& bounds) {
|
| - SkASSERT(this->glCaps().glslCaps()->plsPathRenderingSupport())
|
| + SkASSERT(this->glCaps().glslCaps()->plsPathRenderingSupport());
|
|
|
| if (!fPLSSetupProgram.fProgram) {
|
| if (!this->createPLSSetupProgram()) {
|
|
|