From 0d55f1e73cbbf5456fb05108a0db1f33dafdae79 Mon Sep 17 00:00:00 2001 From: "reed@android.com" Date: Thu, 18 Dec 2008 19:26:11 +0000 Subject: 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 --- xcode/hostapp/test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xcode/hostapp/test.cpp') 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 +#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) { -- cgit v1.2.3