| Index: src/gpu/gl/GrGLCreateNullInterface.cpp
|
| diff --git a/src/gpu/gl/GrGLCreateNullInterface.cpp b/src/gpu/gl/GrGLCreateNullInterface.cpp
|
| index f56b1d97733b9b11b06b98929723332848150509..17f305b6e37a830f817829030604df7eb16bf306 100644
|
| --- a/src/gpu/gl/GrGLCreateNullInterface.cpp
|
| +++ b/src/gpu/gl/GrGLCreateNullInterface.cpp
|
| @@ -402,6 +402,7 @@ const GrGLInterface* GrGLCreateNullInterface() {
|
| functions->fGetBufferParameteriv = nullGLGetBufferParameteriv;
|
| functions->fGetError = noOpGLGetError;
|
| functions->fGetIntegerv = noOpGLGetIntegerv;
|
| + functions->fGetMultisamplefv = noOpGLGetMultisamplefv;
|
| functions->fGetQueryObjecti64v = noOpGLGetQueryObjecti64v;
|
| functions->fGetQueryObjectiv = noOpGLGetQueryObjectiv;
|
| functions->fGetQueryObjectui64v = noOpGLGetQueryObjectui64v;
|
|
|