diff options
author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2014-01-21 16:52:48 +0000 |
---|---|---|
committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2014-01-21 16:52:48 +0000 |
commit | 3ea18e9766073f2bb177fe7642f003e3a7d4440b (patch) | |
tree | f9933d631d64ad6b6b309beb7da6ff2e25b39e85 /src | |
parent | 304eb1c3ef88145ef3e2d37adafa35e708a792eb (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')
-rw-r--r-- | src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp | 2 |
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; |