Index: skia/ext/bitmap_platform_device_mac_unittest.cc |
=================================================================== |
--- skia/ext/bitmap_platform_device_mac_unittest.cc (revision 123041) |
+++ skia/ext/bitmap_platform_device_mac_unittest.cc (working copy) |
@@ -20,7 +20,8 @@ |
public: |
BitmapPlatformDeviceMacTest() { |
bitmap_.reset(BitmapPlatformDevice::Create( |
- NULL, kWidth, kHeight, /*is_opaque=*/true)); |
+ NULL, kWidth, kHeight, |
+ PlatformDevice::FLAGS_OPAQUE | PlatformDevice::FLAGS_INITIALIZED)); |
} |
scoped_ptr<BitmapPlatformDevice> bitmap_; |