| Index: skia/ext/platform_canvas.h
|
| ===================================================================
|
| --- skia/ext/platform_canvas.h (revision 91122)
|
| +++ skia/ext/platform_canvas.h (working copy)
|
| @@ -20,7 +20,6 @@
|
| 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);
|
|
|