Home | History | Annotate | Download | only in mac
      1 #ifndef SkCGUtils_DEFINED
      2 #define SkCGUtils_DEFINED
      3 
      4 #include <Carbon/Carbon.h>
      5 
      6 class SkBitmap;
      7 
      8 CGImageRef SkCreateCGImageRef(const SkBitmap&);
      9 
     10 #endif
     11