Fix iOS build.
authorbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 2 May 2014 16:15:41 +0000 (16:15 +0000)
committerbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 2 May 2014 16:15:41 +0000 (16:15 +0000)
Review URL: https://codereview.chromium.org/269663008

git-svn-id: http://skia.googlecode.com/svn/trunk@14537 2bbb7eff-a529-9590-31e7-b0007b416f81

src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp

index d61afbd..08e7ac8 100644 (file)
@@ -133,8 +133,8 @@ const GrGLInterface* GrGLCreateNativeInterface() {
 #endif
 
 #if GL_EXT_map_buffer_range || GL_ES_VERSION_3_0
-    functions->fMapBufferRange = glMapBufferRange;
-    functions->fFlushMappedBufferRange = glFlushMappedBufferRange;
+    functions->fMapBufferRange = glMapBufferRangeEXT;
+    functions->fFlushMappedBufferRange = glFlushMappedBufferRangeEXT;
 #endif
 
 #if GL_APPLE_framebuffer_multisample