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