commit | 6c8c34e65ff8248ec7374e0d662d7f5684d800fa | [log] [tgz] |
---|---|---|
author | tomhudson@google.com <tomhudson@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Feb 14 15:31:03 2012 +0000 |
committer | tomhudson@google.com <tomhudson@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Feb 14 15:31:03 2012 +0000 |
tree | 91385086a0d81baad96092d0b90b8ea463d8ec79 | |
parent | 6bf38b59c9de1cd35cd091cf8766117f4e1f66a0 [diff] [blame] |
Update cross-platform #include paths to new include/gpu/gl directory (aka cowboy fix 3185). git-svn-id: http://skia.googlecode.com/svn/trunk@3186 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/gpu/ios/GrGLDefaultInterface_iOS.cpp b/src/gpu/ios/GrGLDefaultInterface_iOS.cpp index 189fb25..9fc953f 100644 --- a/src/gpu/ios/GrGLDefaultInterface_iOS.cpp +++ b/src/gpu/ios/GrGLDefaultInterface_iOS.cpp
@@ -7,7 +7,7 @@ */ -#include "GrGLInterface.h" +#include "gl/GrGLInterface.h" #import <OpenGLES/ES2/gl.h> #import <OpenGLES/ES2/glext.h>