| Index: src/gpu/gl/SkNullGLContext.cpp
|
| diff --git a/src/gpu/gl/SkNullGLContext.cpp b/src/gpu/gl/SkNullGLContext.cpp
|
| index 69b559629c77597e457c48ace718ee7a12686f19..cf07cb3ca260898d35ccafcc0cdc8ad04a5d1fe7 100644
|
| --- a/src/gpu/gl/SkNullGLContext.cpp
|
| +++ b/src/gpu/gl/SkNullGLContext.cpp
|
| @@ -360,6 +360,7 @@ static GrGLInterface* create_null_interface(State* state) {
|
| functions->fBindTexture = nullGLBindTexture;
|
| functions->fBindVertexArray = nullGLBindVertexArray;
|
| functions->fBlendColor = noOpGLBlendColor;
|
| + functions->fBlendEquation = noOpGLBlendEquation;
|
| functions->fBlendFunc = noOpGLBlendFunc;
|
| functions->fBufferData = nullGLBufferData;
|
| functions->fBufferSubData = noOpGLBufferSubData;
|
|
|