| Index: src/gpu/gl/GrGLCreateNullInterface.cpp
|
| ===================================================================
|
| --- src/gpu/gl/GrGLCreateNullInterface.cpp (revision 7868)
|
| +++ src/gpu/gl/GrGLCreateNullInterface.cpp (working copy)
|
| @@ -215,6 +215,7 @@
|
| interface->fGetShaderInfoLog = noOpGLGetInfoLog;
|
| interface->fGetShaderiv = noOpGLGetShaderOrProgramiv;
|
| interface->fGetString = noOpGLGetString;
|
| + interface->fGetStringi = noOpGLGetStringi;
|
| interface->fGetTexLevelParameteriv = noOpGLGetTexLevelParameteriv;
|
| interface->fGetUniformLocation = noOpGLGetUniformLocation;
|
| interface->fLineWidth = noOpGLLineWidth;
|
|
|