| Index: src/gpu/gl/GrGLVertexArray.cpp
|
| diff --git a/src/gpu/gl/GrGLVertexArray.cpp b/src/gpu/gl/GrGLVertexArray.cpp
|
| index abd337a8060b74e79c71b4567c898193c462ec35..66feb820530a06f297984245b998a7c65c2c8949 100644
|
| --- a/src/gpu/gl/GrGLVertexArray.cpp
|
| +++ b/src/gpu/gl/GrGLVertexArray.cpp
|
| @@ -69,7 +69,7 @@ void GrGLAttribArrayState::disableUnusedArrays(const GrGpuGL* gpu, uint64_t used
|
| ///////////////////////////////////////////////////////////////////////////////////////////////////
|
|
|
| GrGLVertexArray::GrGLVertexArray(GrGpuGL* gpu, GrGLint id, int attribCount)
|
| - : GrResource(gpu, false)
|
| + : INHERITED(gpu, false)
|
| , fID(id)
|
| , fAttribArrays(attribCount)
|
| , fIndexBufferIDIsValid(false) {
|
|
|