commit | 283ce52572d1d9b4ee800e4f354000d89bcac47f | [log] [tgz] |
---|---|---|
author | commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Feb 21 22:21:17 2014 +0000 |
committer | commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Feb 21 22:21:17 2014 +0000 |
tree | edb3a8e80b0371724882c2fdb583a574180b46d0 | |
parent | 4324c3ba707a567d45628b80073c2e44d2d0e4e4 [diff] |
Fix error on iOS native interface NOTREECHECK=True NOTRY=True R=bsalomon@google.com TBR=bsalomon@google.com BUG=skia: Author: egdaniel@google.com Review URL: https://codereview.chromium.org/175913002 git-svn-id: http://skia.googlecode.com/svn/trunk@13546 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp b/src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp index ee41df7..decc234 100644 --- a/src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp +++ b/src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp
@@ -147,7 +147,7 @@ #if GL_EXT_debug_marker functions->fInsertEventMarker = glInsertEventMarkerEXT; functions->fPushGroupMarker = glPushGroupMarkerEXT; - functions->fPopGroupMarker = glPopGropuMarkerEXT; + functions->fPopGroupMarker = glPopGroupMarkerEXT; #endif interface->fStandard = kGLES_GrGLStandard;