aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/utils/mac
diff options
context:
space:
mode:
authorGravatar reed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2009-07-08 02:54:47 +0000
committerGravatar reed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2009-07-08 02:54:47 +0000
commitb9b9a18ab459c2616ac4a52c9f8cc0637d284229 (patch)
tree08d4d264efba570ebf6c0c1087ab41e5a3880bf4 /src/utils/mac
parent9dc5465c1c5cc11f72ddb0419da1964bc865c26f (diff)
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
Diffstat (limited to 'src/utils/mac')
-rw-r--r--src/utils/mac/SkCreateCGImageRef.cpp1
1 files changed, 1 insertions, 0 deletions
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 <CoreGraphics/CGColorSpace.h>
extern CGImageRef SkCreateCGImageRef(const SkBitmap&);