Index: src/gpu/gl/GrGLCreateNullInterface.cpp |
=================================================================== |
--- src/gpu/gl/GrGLCreateNullInterface.cpp (revision 8892) |
+++ src/gpu/gl/GrGLCreateNullInterface.cpp (working copy) |
@@ -241,6 +241,7 @@ |
interface->fTexParameteriv = noOpGLTexParameteriv; |
interface->fTexSubImage2D = noOpGLTexSubImage2D; |
interface->fTexStorage2D = noOpGLTexStorage2D; |
+ interface->fDiscardFramebuffer = noOpGLDiscardFramebuffer; |
interface->fUniform1f = noOpGLUniform1f; |
interface->fUniform1i = noOpGLUniform1i; |
interface->fUniform1fv = noOpGLUniform1fv; |