| Index: skia/ext/platform_canvas_mac.cc
|
| ===================================================================
|
| --- skia/ext/platform_canvas_mac.cc (revision 18417)
|
| +++ skia/ext/platform_canvas_mac.cc (working copy)
|
| @@ -63,8 +63,7 @@
|
| int height,
|
| bool is_opaque, bool isForLayer) {
|
| SkASSERT(config == SkBitmap::kARGB_8888_Config);
|
| - return BitmapPlatformDevice::CreateWithContext(NULL, width, height,
|
| - is_opaque);
|
| + return BitmapPlatformDevice::Create(NULL, width, height, is_opaque);
|
| }
|
|
|
| } // namespace skia
|
|
|