aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/iOS
diff options
context:
space:
mode:
authorGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-02-21 22:21:17 +0000
committerGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-02-21 22:21:17 +0000
commit283ce52572d1d9b4ee800e4f354000d89bcac47f (patch)
treeedb3a8e80b0371724882c2fdb583a574180b46d0 /src/gpu/gl/iOS
parent4324c3ba707a567d45628b80073c2e44d2d0e4e4 (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
Diffstat (limited to 'src/gpu/gl/iOS')
-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 ee41df7715..decc23498c 100644
--- a/src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp
+++ b/src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp
@@ -147,7 +147,7 @@ const GrGLInterface* GrGLCreateNativeInterface() {
#if GL_EXT_debug_marker
functions->fInsertEventMarker = glInsertEventMarkerEXT;
functions->fPushGroupMarker = glPushGroupMarkerEXT;
- functions->fPopGroupMarker = glPopGropuMarkerEXT;
+ functions->fPopGroupMarker = glPopGroupMarkerEXT;
#endif
interface->fStandard = kGLES_GrGLStandard;