Index: skia/ext/platform_device_linux.cc |
=================================================================== |
--- skia/ext/platform_device_linux.cc (revision 97282) |
+++ skia/ext/platform_device_linux.cc (working copy) |
@@ -6,9 +6,7 @@ |
namespace skia { |
-PlatformDevice::PlatformDevice(const SkBitmap& bitmap) |
- : SkDevice(bitmap) { |
- SetPlatformDevice(this, this); |
+PlatformDevice::PlatformDevice(SkDevice* device) : device_(device) { |
} |
bool PlatformDevice::IsNativeFontRenderingAllowed() { |