| Index: src/gpu/gl/GrGLCaps.cpp
|
| diff --git a/src/gpu/gl/GrGLCaps.cpp b/src/gpu/gl/GrGLCaps.cpp
|
| index aac97361f871e32143b8c57e1dc540495f9e715f..17a4743b671023a6193359c2a04a6a05ed7ca4b3 100644
|
| --- a/src/gpu/gl/GrGLCaps.cpp
|
| +++ b/src/gpu/gl/GrGLCaps.cpp
|
| @@ -302,8 +302,8 @@ void GrGLCaps::init(const GrGLContextInfo& ctxInfo, const GrGLInterface* gli) {
|
| // attachment, hence this min:
|
| fMaxRenderTargetSize = GrMin(fMaxTextureSize, fMaxRenderTargetSize);
|
|
|
| - fPathStencilingSupport = GR_GL_USE_NV_PATH_RENDERING &&
|
| - ctxInfo.hasExtension("GL_NV_path_rendering");
|
| + fPathRenderingSupport = GR_GL_USE_NV_PATH_RENDERING &&
|
| + ctxInfo.hasExtension("GL_NV_path_rendering");
|
|
|
| fDstReadInShaderSupport = kNone_FBFetchType != fFBFetchType;
|
|
|
|
|