From b9b9a18ab459c2616ac4a52c9f8cc0637d284229 Mon Sep 17 00:00:00 2001 From: "reed@android.com" Date: Wed, 8 Jul 2009 02:54:47 +0000 Subject: use genericRGB space to ensure that we decode exactly the pixels we encode add -r option to gm to read and compare against known images git-svn-id: http://skia.googlecode.com/svn/trunk@256 2bbb7eff-a529-9590-31e7-b0007b416f81 --- src/utils/mac/SkCreateCGImageRef.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/utils/mac/SkCreateCGImageRef.cpp') diff --git a/src/utils/mac/SkCreateCGImageRef.cpp b/src/utils/mac/SkCreateCGImageRef.cpp index be53f00040..79de3c7b2f 100644 --- a/src/utils/mac/SkCreateCGImageRef.cpp +++ b/src/utils/mac/SkCreateCGImageRef.cpp @@ -1,6 +1,7 @@ #include "SkCGUtils.h" #include "SkBitmap.h" #include "SkColorPriv.h" +//#include extern CGImageRef SkCreateCGImageRef(const SkBitmap&); -- cgit v1.2.3