Index: include/gpu/gl/GrGLInterface.h |
diff --git a/include/gpu/gl/GrGLInterface.h b/include/gpu/gl/GrGLInterface.h |
index 1a91afb7f0a16eef9bab7cb540905246356c7e15..150a2bf943cbced9be1a0c40372286c4028f5c90 100644 |
--- a/include/gpu/gl/GrGLInterface.h |
+++ b/include/gpu/gl/GrGLInterface.h |
@@ -202,6 +202,7 @@ public: |
GrGLFunction<GrGLGetErrorProc> fGetError; |
GrGLFunction<GrGLGetFramebufferAttachmentParameterivProc> fGetFramebufferAttachmentParameteriv; |
GrGLFunction<GrGLGetIntegervProc> fGetIntegerv; |
+ GrGLFunction<GrGLGetMultisamplefvProc> fGetMultisamplefv; |
GrGLFunction<GrGLGetQueryObjecti64vProc> fGetQueryObjecti64v; |
GrGLFunction<GrGLGetQueryObjectivProc> fGetQueryObjectiv; |
GrGLFunction<GrGLGetQueryObjectui64vProc> fGetQueryObjectui64v; |