| 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 62a39e383a4ae6e47ada6fa69b9fb295cc9ed764..e8e9a2a4012ba13f28ade12155681400e4fbbdd7 100644
|
| --- a/src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp
|
| +++ b/src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp
|
| @@ -145,7 +145,7 @@ const GrGLInterface* GrGLCreateNativeInterface() {
|
| interface->fGenVertexArrays = glGenVertexArraysOES;
|
| #endif
|
|
|
| - interface->fBindingsExported = kES2_GrGLBinding;
|
| + interface->fBindingsExported = kES_GrGLBinding;
|
| }
|
| glInterface.get()->ref();
|
| return glInterface.get();
|
|
|