Index: src/gpu/gl/debug/GrGLCreateDebugInterface.cpp |
diff --git a/src/gpu/gl/debug/GrGLCreateDebugInterface.cpp b/src/gpu/gl/debug/GrGLCreateDebugInterface.cpp |
index 2118c02fa7fbf5b564d941bfb8ebf26535b60dc6..23e0d7e91937db08fcd8128294e6042bdfe98036 100644 |
--- a/src/gpu/gl/debug/GrGLCreateDebugInterface.cpp |
+++ b/src/gpu/gl/debug/GrGLCreateDebugInterface.cpp |
@@ -895,6 +895,7 @@ const GrGLInterface* GrGLCreateDebugInterface() { |
functions->fGetBufferParameteriv = debugGLGetBufferParameteriv; |
functions->fGetError = noOpGLGetError; |
functions->fGetIntegerv = noOpGLGetIntegerv; |
+ functions->fGetMultisamplefv = noOpGLGetMultisamplefv; |
functions->fGetQueryObjecti64v = noOpGLGetQueryObjecti64v; |
functions->fGetQueryObjectiv = noOpGLGetQueryObjectiv; |
functions->fGetQueryObjectui64v = noOpGLGetQueryObjectui64v; |