summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-05-02 16:15:41 +0000
committerbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-05-02 16:15:41 +0000
commit9e34f0eb99355bd849baedd9e39070a204b524a9 (patch)
tree75fb720bf63e12a1aaa1a069f4654b0d78ca824c
parentaa28670baa692a0878505cece7e1667304402f4e (diff)
downloadsrc-9e34f0eb99355bd849baedd9e39070a204b524a9.tar.gz
Fix iOS build.
Review URL: https://codereview.chromium.org/269663008 git-svn-id: http://skia.googlecode.com/svn/trunk/src@14537 2bbb7eff-a529-9590-31e7-b0007b416f81
-rw-r--r--gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp b/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp
index d61afbd6..08e7ac8a 100644
--- a/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp
+++ b/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp
@@ -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