Index: tests/RecordDrawTest.cpp |
diff --git a/tests/RecordDrawTest.cpp b/tests/RecordDrawTest.cpp |
index 13be115253f4ac8bacee3680ed98a04a5a256745..5aab91d44450ccf95f1699d3627b1312ef3cac15 100644 |
--- a/tests/RecordDrawTest.cpp |
+++ b/tests/RecordDrawTest.cpp |
@@ -197,7 +197,7 @@ DEF_TEST(RecordDraw_PartialStartStop, r) { |
REPORTER_ASSERT(r, drawRect->rect == r2); |
} |
-// A regression test for crbug.com/415468 and skbug.com/2957. |
+// A regression test for crbug.com/415468 and https://bug.skia.org/2957 . |
// |
// This also now serves as a regression test for crbug.com/418417. We used to adjust the |
// bounds for the saveLayer, clip, and restore to be greater than the bounds of the picture. |