aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl
diff options
context:
space:
mode:
authorGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-01-21 16:52:48 +0000
committerGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-01-21 16:52:48 +0000
commit3ea18e9766073f2bb177fe7642f003e3a7d4440b (patch)
treef9933d631d64ad6b6b309beb7da6ff2e25b39e85 /src/gpu/gl
parent304eb1c3ef88145ef3e2d37adafa35e708a792eb (diff)
Really fix ios build?
Review URL: https://codereview.chromium.org/144063003 git-svn-id: http://skia.googlecode.com/svn/trunk@13132 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/gpu/gl')
-rw-r--r--src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp b/src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp
index 663525ae52..140c286862 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;