Index: src/gpu/gl/GrGLCreateNullInterface.cpp |
diff --git a/src/gpu/gl/GrGLCreateNullInterface.cpp b/src/gpu/gl/GrGLCreateNullInterface.cpp |
index c86a0bd2fd87548f78b371f978525cf5f0fbf417..512c672a65fe1a397280f5b788e09fa44fe73150 100644 |
--- a/src/gpu/gl/GrGLCreateNullInterface.cpp |
+++ b/src/gpu/gl/GrGLCreateNullInterface.cpp |
@@ -357,6 +357,7 @@ const GrGLInterface* GrGLCreateNullInterface() { |
functions->fBindTexture = nullGLBindTexture; |
functions->fBindVertexArray = nullGLBindVertexArray; |
functions->fBlendColor = noOpGLBlendColor; |
+ functions->fBlendEquation = noOpGLBlendEquation; |
functions->fBlendFunc = noOpGLBlendFunc; |
functions->fBufferData = nullGLBufferData; |
functions->fBufferSubData = noOpGLBufferSubData; |