summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-05-02 17:37:05 +0000
committercommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-05-02 17:37:05 +0000
commit0e0c2650686248fbc8a2ae2f4091bc1b76952da6 (patch)
treef254eadd720623ee8ec5c21a2290e86904082d44
parent9e34f0eb99355bd849baedd9e39070a204b524a9 (diff)
downloadsrc-0e0c2650686248fbc8a2ae2f4091bc1b76952da6.tar.gz
Revert of Fix iOS build. (https://codereview.chromium.org/269663008/)
Reason for revert: Reverting as this is a follow on to https://codereview.chromium.org/243413002/ which is breaking android debug bots Original issue's description: > Fix iOS build. > > Committed: https://code.google.com/p/skia/source/detail?r=14537 R=bsalomon@google.com TBR=bsalomon@google.com NOTREECHECKS=true NOTRY=true Author: djsollen@google.com Review URL: https://codereview.chromium.org/261983002 git-svn-id: http://skia.googlecode.com/svn/trunk/src@14539 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 08e7ac8a..d61afbd6 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 = glMapBufferRangeEXT;
- functions->fFlushMappedBufferRange = glFlushMappedBufferRangeEXT;
+ functions->fMapBufferRange = glMapBufferRange;
+ functions->fFlushMappedBufferRange = glFlushMappedBufferRange;
#endif
#if GL_APPLE_framebuffer_multisample