| commit | 6bf38b59c9de1cd35cd091cf8766117f4e1f66a0 | [log] [tgz] |
|---|---|---|
| author | tomhudson@google.com <tomhudson@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Feb 14 15:11:59 2012 +0000 |
| committer | tomhudson@google.com <tomhudson@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Feb 14 15:11:59 2012 +0000 |
| tree | 586fb0cb56795200f273f79eb29c858e8fbe8588 | |
| parent | 7bc13a62609149f0b535c2f3ff7210eb834d8b36 [diff] [blame] |
Move GL-specific include files to their own subdirectory, to better coexist alongside D3D backend. Requires gyp change. http://codereview.appspot.com/5665045/ git-svn-id: http://skia.googlecode.com/svn/trunk@3185 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/gpu/gl/GrGLInterface.cpp b/src/gpu/gl/GrGLInterface.cpp index c1ac088..7fb871c 100644 --- a/src/gpu/gl/GrGLInterface.cpp +++ b/src/gpu/gl/GrGLInterface.cpp
@@ -8,8 +8,8 @@ #include "GrTypes.h" -#include "GrGLInterface.h" -#include "GrGLDefines.h" +#include "gl/GrGLInterface.h" +#include "gl/GrGLDefines.h" #include <stdio.h>