Index: skia/ext/bitmap_platform_device_mac.h |
=================================================================== |
--- skia/ext/bitmap_platform_device_mac.h (revision 123041) |
+++ skia/ext/bitmap_platform_device_mac.h (working copy) |
@@ -31,12 +31,12 @@ |
// |context| may be NULL. |
static BitmapPlatformDevice* Create(CGContextRef context, |
int width, int height, |
- bool is_opaque); |
+ int flags); |
// Creates a context for |data| and calls Create. |
static BitmapPlatformDevice* CreateWithData(uint8_t* data, |
int width, int height, |
- bool is_opaque); |
+ int flags); |
virtual ~BitmapPlatformDevice(); |