Chromium Code Reviews| Index: skia/ext/platform_device_linux.cc |
| =================================================================== |
| --- skia/ext/platform_device_linux.cc (revision 97366) |
| +++ 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() { |