| Index: src/gpu/gl/SkNullGLContext.cpp
|
| diff --git a/src/gpu/gl/SkNullGLContext.cpp b/src/gpu/gl/SkNullGLContext.cpp
|
| index 33f9a0a0a0832dc9f9cb2e4d1dc070dc5293cee2..c6e01c341cd3a316db97b8109db6953b8e0499b2 100644
|
| --- a/src/gpu/gl/SkNullGLContext.cpp
|
| +++ b/src/gpu/gl/SkNullGLContext.cpp
|
| @@ -484,6 +484,7 @@ static GrGLInterface* create_null_interface(State* state) {
|
| functions->fStencilMaskSeparate = noOpGLStencilMaskSeparate;
|
| functions->fStencilOp = noOpGLStencilOp;
|
| functions->fStencilOpSeparate = noOpGLStencilOpSeparate;
|
| + functions->fTexBuffer = noOpGLTexBuffer;
|
| functions->fTexImage2D = noOpGLTexImage2D;
|
| functions->fTexParameteri = noOpGLTexParameteri;
|
| functions->fTexParameteriv = noOpGLTexParameteriv;
|
|
|