really really fix iOS build.
authorbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 21 Jan 2014 17:40:48 +0000 (17:40 +0000)
committerbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Tue, 21 Jan 2014 17:40:48 +0000 (17:40 +0000)
Review URL: https://codereview.chromium.org/132693007

git-svn-id: http://skia.googlecode.com/svn/trunk@13133 2bbb7eff-a529-9590-31e7-b0007b416f81

src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp

index 140c286..d8b4e1f 100644 (file)
@@ -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;