Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1179)

Unified Diff: src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp

Issue 175913002: Fix error on iOS native interface (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp
diff --git a/src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp b/src/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp
index ee41df771520c4f290c36bff99b4a12d4b28beac..decc23498c1d8680793392813a5e8907de9b21e5 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;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698