Chromium Code Reviews| Index: skia/ext/bitmap_platform_device_mac_unittest.cc |
| =================================================================== |
| --- skia/ext/bitmap_platform_device_mac_unittest.cc (revision 126450) |
| +++ skia/ext/bitmap_platform_device_mac_unittest.cc (working copy) |
| @@ -21,6 +21,7 @@ |
| BitmapPlatformDeviceMacTest() { |
| bitmap_.reset(BitmapPlatformDevice::Create( |
| NULL, kWidth, kHeight, /*is_opaque=*/true)); |
| + bitmap_->accessBitmap(true).eraseARGB(0, 0, 0, 0); |
| } |
| scoped_ptr<BitmapPlatformDevice> bitmap_; |