#ifndef SkCGUtils_DEFINED #define SkCGUtils_DEFINED #include class SkBitmap; CGImageRef SkCreateCGImageRef(const SkBitmap&); #endif