From 283ce52572d1d9b4ee800e4f354000d89bcac47f Mon Sep 17 00:00:00 2001 From: "commit-bot@chromium.org" Date: Fri, 21 Feb 2014 22:21:17 +0000 Subject: 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 --- src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gpu/gl/iOS') 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; -- cgit v1.2.3