| Index: src/gpu/gl/GrGLTestInterface.h
|
| diff --git a/src/gpu/gl/GrGLTestInterface.h b/src/gpu/gl/GrGLTestInterface.h
|
| index 8f8a8bc4e564f367a2141e07bdbd4f99c0840182..fc837bfec4902b5f5fbc7ba26fe60c2073d5bf18 100644
|
| --- a/src/gpu/gl/GrGLTestInterface.h
|
| +++ b/src/gpu/gl/GrGLTestInterface.h
|
| @@ -66,6 +66,7 @@ public:
|
| virtual GrGLvoid drawElements(GrGLenum mode, GrGLsizei count, GrGLenum type, const GrGLvoid* indices) {}
|
| virtual GrGLvoid drawElementsInstanced(GrGLenum mode, GrGLsizei count, GrGLenum type, const GrGLvoid *indices, GrGLsizei primcount) {}
|
| virtual GrGLvoid drawElementsIndirect(GrGLenum mode, GrGLenum type, const GrGLvoid* indirect) {}
|
| + virtual GrGLvoid drawRangeElements(GrGLenum mode, GrGLuint start, GrGLuint end, GrGLsizei count, GrGLenum type, const GrGLvoid* indices) {}
|
| virtual GrGLvoid enable(GrGLenum cap) {}
|
| virtual GrGLvoid enableVertexAttribArray(GrGLuint index) {}
|
| virtual GrGLvoid endQuery(GrGLenum target) {}
|
|
|