Index: src/gpu/gl/GrGLInterface.cpp |
diff --git a/src/gpu/gl/GrGLInterface.cpp b/src/gpu/gl/GrGLInterface.cpp |
index f5cef11b81e4316d27606f3166413391ba189787..af6bcf6f63f5e619a14bcd3d9348caefea579018 100644 |
--- a/src/gpu/gl/GrGLInterface.cpp |
+++ b/src/gpu/gl/GrGLInterface.cpp |
@@ -78,6 +78,7 @@ bool GrGLInterface::validate(GrGLBinding binding) const { |
NULL == fGenBuffers || |
NULL == fGenTextures || |
NULL == fGetBufferParameteriv || |
+ NULL == fGenerateMipmap || |
bsalomon
2013/07/25 19:16:49
I think Chrome needs to be protected from this lin
|
NULL == fGetError || |
NULL == fGetIntegerv || |
NULL == fGetProgramInfoLog || |