aboutsummaryrefslogtreecommitdiffhomepage
path: root/samplecode
diff options
context:
space:
mode:
authorGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-05-07 17:09:37 +0000
committerGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-05-07 17:09:37 +0000
commit9c1f1ac5d399c73f5f331bdf7b392ea7f0c44daf (patch)
treeef55b84bceb9039ecd7ac7da54e3efac35d15e64 /samplecode
parentaa99c9e85fb5b27e3373cf4fd72bf7e47b37a2ec (diff)
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
Diffstat (limited to 'samplecode')
-rw-r--r--samplecode/SampleApp.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/samplecode/SampleApp.cpp b/samplecode/SampleApp.cpp
index 05f9c82031..6bfa897128 100644
--- a/samplecode/SampleApp.cpp
+++ b/samplecode/SampleApp.cpp
@@ -23,6 +23,7 @@
#include "SkTypeface.h"
#include "gl/GrGLInterface.h"
+#include "gl/GrGLUtil.h"
#include "GrRenderTarget.h"
#include "SkPDFDevice.h"