Index: skia/ext/bitmap_platform_device_linux.cc |
=================================================================== |
--- skia/ext/bitmap_platform_device_linux.cc (revision 96545) |
+++ skia/ext/bitmap_platform_device_linux.cc (working copy) |
@@ -120,8 +120,9 @@ |
BitmapPlatformDevice::BitmapPlatformDevice( |
const SkBitmap& bitmap, |
BitmapPlatformDeviceData* data) |
- : PlatformDevice(bitmap), |
+ : SkDevice(bitmap), |
data_(data) { |
+ SetPlatformDevice(this, this); |
} |
BitmapPlatformDevice::~BitmapPlatformDevice() { |