commit | 91bcc94e8710c1ec5126a31cd805a6c64bb3c39d | [log] [tgz] |
---|---|---|
author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon May 07 17:28:41 2012 +0000 |
committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon May 07 17:28:41 2012 +0000 |
tree | 4f57f756b56b28a3451b5203ac4af654dcb79f98 | |
parent | 68288c289cc866c999d73681f5dd79f2bf524c15 [diff] [blame] |
Make GrGLDefines.h be a private header Review URL: http://codereview.appspot.com/6198048/ git-svn-id: http://skia.googlecode.com/svn/trunk@3851 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/gpu/gl/debug/GrShaderObj.h b/src/gpu/gl/debug/GrShaderObj.h index 200c8b6..0e11237 100644 --- a/src/gpu/gl/debug/GrShaderObj.h +++ b/src/gpu/gl/debug/GrShaderObj.h
@@ -10,6 +10,7 @@ #define GrShaderObj_DEFINED #include "GrFakeRefObj.h" +#include "../GrGLDefines.h" //////////////////////////////////////////////////////////////////////////////// class GrShaderObj : public GrFakeRefObj {