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;