Fix iOS build.

Review URL: https://codereview.chromium.org/269663008

git-svn-id: http://skia.googlecode.com/svn/trunk@14537 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
bsalomon@google.com 2014-05-02 16:15:41 +00:00
parent 7ab0be7a47
commit bc4ae9e9ab

View 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