| 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 663525ae52ec94e1126a765a5d0dc9c430a98549..140c28686224d4ad083ae5f374649e439e5aa7d7 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->functions;
|
|
|
| functions->fActiveTexture = glActiveTexture;
|
| functions->fAttachShader = glAttachShader;
|
|
|