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