| Index: src/core/SkImageGenerator.cpp
|
| diff --git a/src/core/SkImageGenerator.cpp b/src/core/SkImageGenerator.cpp
|
| index 440ae7f5b8f202f1175dc9ad2faef5e9826ccbd5..5e401920cd97a68cf5cb5e88e73a3fa9d6092c99 100644
|
| --- a/src/core/SkImageGenerator.cpp
|
| +++ b/src/core/SkImageGenerator.cpp
|
| @@ -148,7 +148,7 @@ bool SkImageGenerator::tryGenerateBitmap(SkBitmap* bitmap, const SkImageInfo* in
|
| if (!bitmap->tryAllocPixels(allocator, ctable)) {
|
| // SkResourceCache's custom allcator can'thandle ctables, so it may fail on
|
| // kIndex_8_SkColorTable.
|
| - // skbug.com/4355
|
| + // https://bug.skia.org/4355
|
| #if 1
|
| // ignroe the allocator, and see if we can succeed without it
|
| if (!bitmap->tryAllocPixels(nullptr, ctable)) {
|
|
|