diff options
| author | tomhudson@google.com <tomhudson@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-02-14 15:11:59 +0000 |
|---|---|---|
| committer | tomhudson@google.com <tomhudson@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-02-14 15:11:59 +0000 |
| commit | 6bf38b59c9de1cd35cd091cf8766117f4e1f66a0 (patch) | |
| tree | 586fb0cb56795200f273f79eb29c858e8fbe8588 /samplecode/SampleApp.cpp | |
| parent | 7bc13a62609149f0b535c2f3ff7210eb834d8b36 (diff) | |
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
Diffstat (limited to 'samplecode/SampleApp.cpp')
| -rw-r--r-- | samplecode/SampleApp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samplecode/SampleApp.cpp b/samplecode/SampleApp.cpp index 898bda0be8..d40a670e3a 100644 --- a/samplecode/SampleApp.cpp +++ b/samplecode/SampleApp.cpp @@ -22,7 +22,7 @@ #include "GrContext.h" #include "SkTypeface.h" -#include "GrGLInterface.h" +#include "gl/GrGLInterface.h" #include "GrRenderTarget.h" #include "SkPDFDevice.h" |
