| Index: skia/ext/vector_platform_device_skia.cc
|
| diff --git a/skia/ext/vector_platform_device_skia.cc b/skia/ext/vector_platform_device_skia.cc
|
| index b8b5c6b0c5f5fbd317ffa7f872771e73349894a6..5b8217c12b5d80d64babe151b9af0dffe27a12b8 100644
|
| --- a/skia/ext/vector_platform_device_skia.cc
|
| +++ b/skia/ext/vector_platform_device_skia.cc
|
| @@ -15,7 +15,7 @@ namespace skia {
|
|
|
| static inline SkBitmap makeABitmap(int width, int height) {
|
| SkBitmap bitmap;
|
| - bitmap.setConfig(SkBitmap::kNo_Config, width, height);
|
| + bitmap.setInfo(SkImageInfo::MakeUnknown(width, height));
|
| return bitmap;
|
| }
|
|
|
|
|