aboutsummaryrefslogtreecommitdiffhomepage
path: root/xcode/hostapp/test.cpp
diff options
context:
space:
mode:
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) {