From 0e8d92396ba7bd586a3cb601dd7d60fe0f29e457 Mon Sep 17 00:00:00 2001 From: Chinmay Garde Date: Tue, 17 Nov 2015 15:51:58 -0800 Subject: [PATCH] Fix OpenGL symbol resolution on iOS --- ui/gl/gl_implementation_ios.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/gl/gl_implementation_ios.cc b/ui/gl/gl_implementation_ios.cc index f7779c32d2d..4b4ac60efde 100644 --- a/ui/gl/gl_implementation_ios.cc +++ b/ui/gl/gl_implementation_ios.cc @@ -15,7 +15,7 @@ namespace gfx { static const char* OpenGLESFrameworkPath = - "/System/Library/Framework/OpenGLES.framework/OpenGLES"; + "/System/Library/Frameworks/OpenGLES.framework/OpenGLES"; static void* OpenGLESLibraryHandle(void) { static void* library_handle = NULL;