Index: src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp |
diff --git a/src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp b/src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp |
index 08e7ac8a01e68c214e93427b3a7660ee0f03298d..d853e3663c5c2bee3b01065e6094779ab950c350 100644 |
--- a/src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp |
+++ b/src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp |
@@ -31,6 +31,7 @@ const GrGLInterface* GrGLCreateNativeInterface() { |
functions->fColorMask = glColorMask; |
functions->fCompileShader = glCompileShader; |
functions->fCompressedTexImage2D = glCompressedTexImage2D; |
+ functions->fCompressedTexSubImage2D = glCompressedTexSubImage2D; |
functions->fCopyTexSubImage2D = glCopyTexSubImage2D; |
functions->fCreateProgram = glCreateProgram; |
functions->fCreateShader = glCreateShader; |