Index: src/gpu/effects/GrConvexPolyEffect.cpp |
diff --git a/src/gpu/effects/GrConvexPolyEffect.cpp b/src/gpu/effects/GrConvexPolyEffect.cpp |
index d22a3472a5def57b85457b85b18f5d32babeb883..b37964d6b81223fd4e0ddfe4790c792689be8593 100644 |
--- a/src/gpu/effects/GrConvexPolyEffect.cpp |
+++ b/src/gpu/effects/GrConvexPolyEffect.cpp |
@@ -212,7 +212,7 @@ void GrGLConvexPolyEffect::emitCode(EmitArgs& args) { |
fsBuilder->codeAppend("\t\talpha *= edge;\n"); |
} |
- // Woe is me. See skbug.com/2149. |
+ // Woe is me. See https://bug.skia.org/2149 . |
if (kTegra2_GrGLRenderer == args.fBuilder->ctxInfo().renderer()) { |
fsBuilder->codeAppend("\t\tif (-1.0 == alpha) {\n\t\t\tdiscard;\n\t\t}\n"); |
} |