diff options
Diffstat (limited to 'skia/ext/platform_canvas.cc')
-rw-r--r-- | skia/ext/platform_canvas.cc | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/skia/ext/platform_canvas.cc b/skia/ext/platform_canvas.cc index 2a50ede..df7ded6 100644 --- a/skia/ext/platform_canvas.cc +++ b/skia/ext/platform_canvas.cc @@ -9,12 +9,7 @@ namespace skia { -PlatformCanvas::PlatformCanvas() { - setDeviceFactory(SkNEW(BitmapPlatformDeviceFactory))->unref(); -} - -PlatformCanvas::PlatformCanvas(SkDeviceFactory* factory) : SkCanvas(factory) { -} +PlatformCanvas::PlatformCanvas() {} SkDevice* PlatformCanvas::setBitmapDevice(const SkBitmap&) { SkASSERT(false); // Should not be called. |