aboutsummaryrefslogtreecommitdiffhomepage
path: root/xcode/hostapp/test.cpp
diff options
context:
space:
mode:
authorGravatar reed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2008-12-18 19:26:11 +0000
committerGravatar reed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2008-12-18 19:26:11 +0000
commit0d55f1e73cbbf5456fb05108a0db1f33dafdae79 (patch)
treea1977c3b80eb0048eb3d5505c38e80d96d7a2925 /xcode/hostapp/test.cpp
parentfadd796fc5bfbc405042717b9c758346902efd71 (diff)
move cg utils out of xcode and into src/include
git-svn-id: http://skia.googlecode.com/svn/trunk@35 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'xcode/hostapp/test.cpp')
-rw-r--r--xcode/hostapp/test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xcode/hostapp/test.cpp b/xcode/hostapp/test.cpp
index aae344d049..3b3e11964c 100644
--- a/xcode/hostapp/test.cpp
+++ b/xcode/hostapp/test.cpp
@@ -1,8 +1,8 @@
#include <Carbon/Carbon.h>
+#include "SkCGUtils.h"
#include "SkCanvas.h"
#include "SkPaint.h"
-extern CGImageRef SkCreateCGImageRef(const SkBitmap&);
extern "C" void SkiaDraw(CGContextRef cg, CGRect bounds);
static void sampleDraw(SkCanvas* canvas) {