diff options
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 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; |