| Index: src/gpu/gl/debug/GrGLCreateDebugInterface.cpp
|
| diff --git a/src/gpu/gl/debug/GrGLCreateDebugInterface.cpp b/src/gpu/gl/debug/GrGLCreateDebugInterface.cpp
|
| index 23e0d7e91937db08fcd8128294e6042bdfe98036..d8418fd9f0aa472943b361ea11c3edb4d6cc0f72 100644
|
| --- a/src/gpu/gl/debug/GrGLCreateDebugInterface.cpp
|
| +++ b/src/gpu/gl/debug/GrGLCreateDebugInterface.cpp
|
| @@ -926,6 +926,7 @@ const GrGLInterface* GrGLCreateDebugInterface() {
|
| functions->fStencilMaskSeparate = noOpGLStencilMaskSeparate;
|
| functions->fStencilOp = noOpGLStencilOp;
|
| functions->fStencilOpSeparate = noOpGLStencilOpSeparate;
|
| + functions->fTexBuffer = noOpGLTexBuffer;
|
| functions->fTexImage2D = noOpGLTexImage2D;
|
| functions->fTexParameteri = noOpGLTexParameteri;
|
| functions->fTexParameteriv = noOpGLTexParameteriv;
|
|
|