| 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..219159a6b2676747aa9f3a354d5438f64a831f55 100644
|
| --- a/src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp
|
| +++ b/src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp
|
| @@ -138,7 +138,7 @@ const GrGLInterface* GrGLCreateNativeInterface() {
|
| #endif
|
|
|
| #if GL_APPLE_framebuffer_multisample
|
| - functions->fRenderbufferStorageMultisample = glRenderbufferStorageMultisampleAPPLE;
|
| + functions->fRenderbufferStorageMultisampleES2APPLE = glRenderbufferStorageMultisampleAPPLE;
|
| functions->fResolveMultisampleFramebuffer = glResolveMultisampleFramebufferAPPLE;
|
| #endif
|
|
|
|
|