| Index: src/gpu/gl/GrGLTestInterface.cpp
|
| diff --git a/src/gpu/gl/GrGLTestInterface.cpp b/src/gpu/gl/GrGLTestInterface.cpp
|
| index c9925874f789afb7287585d969d701596416d302..10968a784e832f0afa3aa2fbb81775f0ec287bde 100644
|
| --- a/src/gpu/gl/GrGLTestInterface.cpp
|
| +++ b/src/gpu/gl/GrGLTestInterface.cpp
|
| @@ -65,6 +65,7 @@ GrGLTestInterface::GrGLTestInterface() {
|
| fFunctions.fDrawElements = bind_to_member(this, &GrGLTestInterface::drawElements);
|
| fFunctions.fDrawElementsInstanced = bind_to_member(this, &GrGLTestInterface::drawElementsInstanced);
|
| fFunctions.fDrawElementsIndirect = bind_to_member(this, &GrGLTestInterface::drawElementsIndirect);
|
| + fFunctions.fDrawRangeElements = bind_to_member(this, &GrGLTestInterface::drawRangeElements);
|
| fFunctions.fEnable = bind_to_member(this, &GrGLTestInterface::enable);
|
| fFunctions.fEnableVertexAttribArray = bind_to_member(this, &GrGLTestInterface::enableVertexAttribArray);
|
| fFunctions.fEndQuery = bind_to_member(this, &GrGLTestInterface::endQuery);
|
|
|