commit | 9c1f1ac5d399c73f5f331bdf7b392ea7f0c44daf | [log] [tgz] |
---|---|---|
author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon May 07 17:09:37 2012 +0000 |
committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon May 07 17:09:37 2012 +0000 |
tree | ef55b84bceb9039ecd7ac7da54e3efac35d15e64 | |
parent | aa99c9e85fb5b27e3373cf4fd72bf7e47b37a2ec [diff] [blame] |
Move function decls and macros out of public headers that are meant for internal use. git-svn-id: http://skia.googlecode.com/svn/trunk@3849 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/gpu/gl/SkGLContext.cpp b/src/gpu/gl/SkGLContext.cpp index 2d9cd6a..3252b56 100644 --- a/src/gpu/gl/SkGLContext.cpp +++ b/src/gpu/gl/SkGLContext.cpp
@@ -6,6 +6,7 @@ * found in the LICENSE file. */ #include "gl/SkGLContext.h" +#include "gl/GrGLUtil.h" SkGLContext::SkGLContext() : fFBO(0)