| Index: src/gpu/gl/GrGLInterface.cpp
|
| diff --git a/src/gpu/gl/GrGLInterface.cpp b/src/gpu/gl/GrGLInterface.cpp
|
| index 063de56aeb5cae826775736fbdf80b50c30545b7..8054fd5d1e5f0c14341f43a8ab6a2f1b813ba0ca 100644
|
| --- a/src/gpu/gl/GrGLInterface.cpp
|
| +++ b/src/gpu/gl/GrGLInterface.cpp
|
| @@ -184,6 +184,11 @@ bool GrGLInterface::validate() const {
|
| NULL == fFunctions.fUniformMatrix3fv ||
|
| NULL == fFunctions.fUniformMatrix4fv ||
|
| NULL == fFunctions.fUseProgram ||
|
| +#if 0
|
| + NULL == fFunctions.fVertexAttrib1f ||
|
| + NULL == fFunctions.fVertexAttrib2fv ||
|
| + NULL == fFunctions.fVertexAttrib3fv ||
|
| +#endif
|
| NULL == fFunctions.fVertexAttrib4fv ||
|
| NULL == fFunctions.fVertexAttribPointer ||
|
| NULL == fFunctions.fViewport ||
|
|
|