Index: skia/ext/bitmap_platform_device_mac.cc |
=================================================================== |
--- skia/ext/bitmap_platform_device_mac.cc (revision 97282) |
+++ skia/ext/bitmap_platform_device_mac.cc (working copy) |
@@ -180,7 +180,8 @@ |
// data. Therefore, we do not transfer ownership to the SkDevice's bitmap. |
BitmapPlatformDevice::BitmapPlatformDevice( |
BitmapPlatformDeviceData* data, const SkBitmap& bitmap) |
- : PlatformDevice(bitmap), |
+ : PlatformDevice(this), |
+ SkDevice(bitmap), |
data_(data) { |
} |
vandebo (ex-Chrome)
2011/08/19 21:54:22
Does this need 'SetPlatformDevice(this, this, fals
Jeff Timanus
2011/08/20 02:31:04
Done.
|