Index: skia/ext/skia_utils_mac.mm |
=================================================================== |
--- skia/ext/skia_utils_mac.mm (revision 123041) |
+++ skia/ext/skia_utils_mac.mm (working copy) |
@@ -202,7 +202,8 @@ |
int height = CGImageGetHeight(image); |
scoped_ptr<SkDevice> device( |
- skia::BitmapPlatformDevice::Create(NULL, width, height, false)); |
+ skia::BitmapPlatformDevice::Create(NULL, width, height, |
+ skia::PlatformDevice::FLAGS_NONE)); |
CGContextRef context = skia::GetBitmapContext(device.get()); |