| Index: src/gpu/gl/GrGLCaps.cpp
|
| diff --git a/src/gpu/gl/GrGLCaps.cpp b/src/gpu/gl/GrGLCaps.cpp
|
| index f12871192cc422edd913b92062cf41567fa27161..f9030d84d71a92f8d7cd2e37e129243916cffd43 100644
|
| --- a/src/gpu/gl/GrGLCaps.cpp
|
| +++ b/src/gpu/gl/GrGLCaps.cpp
|
| @@ -342,8 +342,7 @@ bool GrGLCaps::init(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli) {
|
| ctxInfo.hasExtension("GL_ARB_program_interface_query")) &&
|
| NULL != gli->fFunctions.fProgramPathFragmentInputGen));
|
| } else {
|
| - // Note: path rendering is not yet implemented for GLES.
|
| - fPathRenderingSupport = ctxInfo.version() >= GR_GL_VER(3,1) && false;
|
| + fPathRenderingSupport = ctxInfo.version() >= GR_GL_VER(3,1);
|
| }
|
| }
|
|
|
|
|