Index: src/gpu/GrResourceProvider.cpp |
diff --git a/src/gpu/GrResourceProvider.cpp b/src/gpu/GrResourceProvider.cpp |
index 5fa4e4beacb4f2eac2715463d5d4de1f87b1560c..31568144a2ecb01a31152339c403f2cea9e68c9a 100644 |
--- a/src/gpu/GrResourceProvider.cpp |
+++ b/src/gpu/GrResourceProvider.cpp |
@@ -158,7 +158,7 @@ GrBatchAtlas* GrResourceProvider::createAtlas(GrPixelConfig config, |
// We don't want to flush the context so we claim we're in the middle of flushing so as to |
// guarantee we do not recieve a texture with pending IO |
- // TODO: Determine how to avoid having to do this. (http://skbug.com/4156) |
+ // TODO: Determine how to avoid having to do this. (https://bug.skia.org/4156) |
static const uint32_t kFlags = GrResourceProvider::kNoPendingIO_Flag; |
GrTexture* texture = this->createApproxTexture(desc, kFlags); |
if (!texture) { |