diff options
author | humper@google.com <humper@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-03-04 14:52:02 +0000 |
---|---|---|
committer | humper@google.com <humper@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-03-04 14:52:02 +0000 |
commit | 0cb80e11909144e0217955af9d6ceb1207fe71d0 (patch) | |
tree | 6dc50acc28c8a9dcbda6d284a43611fb6c9cde1d | |
parent | 8333d2adf977223e8f589b959cec1e603c9c1463 (diff) |
fix mac build
BUG=
Review URL: https://codereview.chromium.org/12387084
git-svn-id: http://skia.googlecode.com/svn/trunk@7956 2bbb7eff-a529-9590-31e7-b0007b416f81
-rw-r--r-- | src/gpu/gl/mac/GrGLCreateNativeInterface_mac.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/gl/mac/GrGLCreateNativeInterface_mac.cpp b/src/gpu/gl/mac/GrGLCreateNativeInterface_mac.cpp index 2b0f41c342..379d0c16e6 100644 --- a/src/gpu/gl/mac/GrGLCreateNativeInterface_mac.cpp +++ b/src/gpu/gl/mac/GrGLCreateNativeInterface_mac.cpp @@ -9,7 +9,7 @@ #include "gl/GrGLInterface.h" #include "gl/GrGLExtensions.h" -#include "GrGLUtil.h" +#include "../GrGLUtil.h" #include <OpenGL/gl.h> #include <OpenGL/glext.h> |