| Index: src/gpu/gl/GrGpuGL_program.cpp
 | 
| diff --git a/src/gpu/gl/GrGpuGL_program.cpp b/src/gpu/gl/GrGpuGL_program.cpp
 | 
| index ce743038951b5a245e92963ff63b56f8a79b41d3..159d6d804a611c6fd0c424baabefa8a0c81dfbef 100644
 | 
| --- a/src/gpu/gl/GrGpuGL_program.cpp
 | 
| +++ b/src/gpu/gl/GrGpuGL_program.cpp
 | 
| @@ -371,5 +371,5 @@ void GrGpuGL::setupGeometry(const DrawInfo& info, size_t* indexOffsetInBytes) {
 | 
|                           vertexOffsetInBytes + vertexAttrib->fOffset));
 | 
|      }
 | 
|  
 | 
| -    attribState->disableUnusedAttribArrays(this, usedAttribArraysMask);
 | 
| +    attribState->disableUnusedArrays(this, usedAttribArraysMask, false);
 | 
|  }
 | 
| 
 |