| Index: include/gpu/gl/GrGLInterface.h
|
| ===================================================================
|
| --- include/gpu/gl/GrGLInterface.h (revision 8892)
|
| +++ include/gpu/gl/GrGLInterface.h (working copy)
|
| @@ -235,6 +235,7 @@
|
| GLPtr<GrGLTexParameterivProc> fTexParameteriv;
|
| GLPtr<GrGLTexSubImage2DProc> fTexSubImage2D;
|
| GLPtr<GrGLTexStorage2DProc> fTexStorage2D;
|
| + GLPtr<GrGLDiscardFramebufferProc> fDiscardFramebuffer;
|
| GLPtr<GrGLUniform1fProc> fUniform1f;
|
| GLPtr<GrGLUniform1iProc> fUniform1i;
|
| GLPtr<GrGLUniform1fvProc> fUniform1fv;
|
|
|