| Index: skia/ext/bitmap_platform_device_skia.h
|
| diff --git a/skia/ext/bitmap_platform_device_skia.h b/skia/ext/bitmap_platform_device_skia.h
|
| index 3b8a28d293ea0c21783ddfe9d00df13f196a66c0..dfbee56f5cc71bdd8ea6d3bc8b7e327a5821c7aa 100644
|
| --- a/skia/ext/bitmap_platform_device_skia.h
|
| +++ b/skia/ext/bitmap_platform_device_skia.h
|
| @@ -25,11 +25,6 @@ class BitmapPlatformDevice : public SkBitmapDevice, public PlatformDevice {
|
| // The bitmap is not initialized.
|
| static BitmapPlatformDevice* Create(int width, int height, bool is_opaque);
|
|
|
| - // Construct a BitmapPlatformDevice, as above.
|
| - // If |is_opaque| is false, the bitmap is initialized to 0.
|
| - static BitmapPlatformDevice* CreateAndClear(int width, int height,
|
| - bool is_opaque);
|
| -
|
| // This doesn't take ownership of |data|. If |data| is null, the bitmap
|
| // is not initialized to 0.
|
| static BitmapPlatformDevice* Create(int width, int height, bool is_opaque,
|
|
|