Index: src/core/SkConvolver.cpp |
diff --git a/src/core/SkConvolver.cpp b/src/core/SkConvolver.cpp |
index 72deeaf2b7975d52c83554abfee74b8e294ee1cb..28d3ab139ce1d54bc2e9542d5d03be84b703aad0 100644 |
--- a/src/core/SkConvolver.cpp |
+++ b/src/core/SkConvolver.cpp |
@@ -163,7 +163,7 @@ template<bool hasAlpha> |
// thought this was 32 bit only, but subsequent tests show that some 64 bit gcc compiles |
// suffer here too. |
// |
- // Dropping to -O2 disables -ftree-vectorize. GCC 4.6 needs noinline. http://skbug.com/2575 |
+ // Dropping to -O2 disables -ftree-vectorize. GCC 4.6 needs noinline. https://bug.skia.org/2575 |
#if SK_HAS_ATTRIBUTE(optimize) && defined(SK_RELEASE) |
#define SK_MAYBE_DISABLE_VECTORIZATION __attribute__((optimize("O2"), noinline)) |
#else |