| Index: skia/ext/bitmap_platform_device_mac.h
|
| ===================================================================
|
| --- skia/ext/bitmap_platform_device_mac.h (revision 18417)
|
| +++ skia/ext/bitmap_platform_device_mac.h (working copy)
|
| @@ -26,11 +26,11 @@
|
| class BitmapPlatformDevice : public PlatformDevice {
|
| public:
|
| // |context| may be NULL.
|
| - static BitmapPlatformDevice* CreateWithContext(CGContextRef context,
|
| - int width, int height,
|
| - bool is_opaque);
|
| + static BitmapPlatformDevice* Create(CGContextRef context,
|
| + int width, int height,
|
| + bool is_opaque);
|
|
|
| - // Creates a context for |data| and calls CreateWithContext.
|
| + // Creates a context for |data| and calls Create.
|
| static BitmapPlatformDevice* CreateWithData(uint8_t* data,
|
| int width, int height,
|
| bool is_opaque);
|
|
|