| Index: src/gpu/gl/GrGLInterface.cpp
|
| diff --git a/src/gpu/gl/GrGLInterface.cpp b/src/gpu/gl/GrGLInterface.cpp
|
| index 823b73efa38a4725ee7765a8c420919b5347a577..e9ba32ed2484276ef23e01ee20225458d24dbacb 100644
|
| --- a/src/gpu/gl/GrGLInterface.cpp
|
| +++ b/src/gpu/gl/GrGLInterface.cpp
|
| @@ -467,7 +467,11 @@ bool GrGLInterface::validate() const {
|
| NULL == fFunctions.fCoverFillPath ||
|
| NULL == fFunctions.fCoverStrokePath ||
|
| NULL == fFunctions.fCoverFillPathInstanced ||
|
| - NULL == fFunctions.fCoverStrokePathInstanced) {
|
| + NULL == fFunctions.fCoverStrokePathInstanced ||
|
| + NULL == fFunctions.fStencilThenCoverFillPath ||
|
| + NULL == fFunctions.fStencilThenCoverStrokePath ||
|
| + NULL == fFunctions.fStencilThenCoverFillPathInstanced ||
|
| + NULL == fFunctions.fStencilThenCoverStrokePathInstanced) {
|
| RETURN_FALSE_INTERFACE
|
| }
|
| // Currently ProgramPathFragmentInputGen is not used on
|
|
|