| Index: src/gpu/gl/mesa/GrGLCreateMesaInterface.cpp
|
| diff --git a/src/gpu/gl/mesa/GrGLCreateMesaInterface.cpp b/src/gpu/gl/mesa/GrGLCreateMesaInterface.cpp
|
| index a95b6fc8695d4e04fab17b1fa1ca42bd9a8f90d3..b914b0be9c1563d6c6581ebec3f5896baadc8036 100644
|
| --- a/src/gpu/gl/mesa/GrGLCreateMesaInterface.cpp
|
| +++ b/src/gpu/gl/mesa/GrGLCreateMesaInterface.cpp
|
| @@ -21,5 +21,5 @@ const GrGLInterface* GrGLCreateMesaInterface() {
|
| if (NULL == OSMesaGetCurrentContext()) {
|
| return NULL;
|
| }
|
| - return GrGLAssembleGLInterface(NULL, osmesa_get);
|
| + return GrGLAssembleInterface(NULL, osmesa_get);
|
| }
|
|
|