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