| 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 140c28686224d4ad083ae5f374649e439e5aa7d7..d8b4e1f8ccf77071f2c1686f6a4e792da550bd9e 100644
|
| --- a/src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp
|
| +++ b/src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp
|
| @@ -15,7 +15,7 @@
|
| const GrGLInterface* GrGLCreateNativeInterface() {
|
| GrGLInterface* interface = SkNEW(GrGLInterface);
|
|
|
| - GrGLInterface::Functions* functions = &interface->functions;
|
| + GrGLInterface::Functions* functions = &interface->fFunctions;
|
|
|
| functions->fActiveTexture = glActiveTexture;
|
| functions->fAttachShader = glAttachShader;
|
|
|