| Index: src/core/SkImageCacherator.cpp
|
| diff --git a/src/core/SkImageCacherator.cpp b/src/core/SkImageCacherator.cpp
|
| index e62c6a13b4e04e2d3bb3bd3f48586ec1d008db88..75fef5a8afe3bbd4db4078281d18c38840a84788 100644
|
| --- a/src/core/SkImageCacherator.cpp
|
| +++ b/src/core/SkImageCacherator.cpp
|
| @@ -94,7 +94,7 @@ bool SkImageCacherator::generateBitmap(SkBitmap* bitmap) {
|
| return generator->tryGenerateBitmap(bitmap, fInfo, allocator);
|
| } else {
|
| // need to handle subsetting, so we first generate the full size version, and then
|
| - // "read" from it to get our subset. See skbug.com/4213
|
| + // "read" from it to get our subset. See https://bug.skia.org/4213
|
|
|
| SkBitmap full;
|
| if (!generator->tryGenerateBitmap(&full, genInfo, allocator)) {
|
|
|