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