Index: include/gpu/gl/GrGLInterface.h |
=================================================================== |
--- include/gpu/gl/GrGLInterface.h (revision 8240) |
+++ include/gpu/gl/GrGLInterface.h (working copy) |
@@ -184,6 +184,7 @@ |
GLPtr<GrGLFlushProc> fFlush; |
GLPtr<GrGLFramebufferRenderbufferProc> fFramebufferRenderbuffer; |
GLPtr<GrGLFramebufferTexture2DProc> fFramebufferTexture2D; |
+ GLPtr<GrGLFramebufferTexture2DMultisampleProc> fFramebufferTexture2DMultisample; |
GLPtr<GrGLFrontFaceProc> fFrontFace; |
GLPtr<GrGLGenBuffersProc> fGenBuffers; |
GLPtr<GrGLGenFramebuffersProc> fGenFramebuffers; |