| Index: src/core/SkBitmapDevice.cpp
|
| diff --git a/src/core/SkBitmapDevice.cpp b/src/core/SkBitmapDevice.cpp
|
| index 109943598a7773beab027000201b9f2dcf15645b..0f3cc2be501450d8e9271f06f046d62f204ddde8 100644
|
| --- a/src/core/SkBitmapDevice.cpp
|
| +++ b/src/core/SkBitmapDevice.cpp
|
| @@ -78,7 +78,7 @@ SkBitmapDevice* SkBitmapDevice::Create(const SkImageInfo& origInfo,
|
| SkBitmap bitmap;
|
|
|
| if (kUnknown_SkColorType == info.colorType()) {
|
| - if (!bitmap.setConfig(info)) {
|
| + if (!bitmap.setInfo(info)) {
|
| return NULL;
|
| }
|
| } else {
|
|
|