Index: skia/ext/platform_canvas.cc |
=================================================================== |
--- skia/ext/platform_canvas.cc (revision 91505) |
+++ skia/ext/platform_canvas.cc (working copy) |
@@ -9,13 +9,8 @@ |
namespace skia { |
-PlatformCanvas::PlatformCanvas() { |
- setDeviceFactory(SkNEW(BitmapPlatformDeviceFactory))->unref(); |
-} |
+PlatformCanvas::PlatformCanvas() {} |
-PlatformCanvas::PlatformCanvas(SkDeviceFactory* factory) : SkCanvas(factory) { |
-} |
- |
SkDevice* PlatformCanvas::setBitmapDevice(const SkBitmap&) { |
SkASSERT(false); // Should not be called. |
return NULL; |