diff options
Diffstat (limited to 'skia/ext/platform_canvas.h')
-rw-r--r-- | skia/ext/platform_canvas.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/skia/ext/platform_canvas.h b/skia/ext/platform_canvas.h index 7197ae93..54650ff 100644 --- a/skia/ext/platform_canvas.h +++ b/skia/ext/platform_canvas.h @@ -20,7 +20,6 @@ class SK_API PlatformCanvas : public SkCanvas { public: // If you use the version with no arguments, you MUST call initialize() PlatformCanvas(); - explicit PlatformCanvas(SkDeviceFactory* factory); // Set is_opaque if you are going to erase the bitmap and not use // transparency: this will enable some optimizations. PlatformCanvas(int width, int height, bool is_opaque); |