aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/cubicpaths.cpp
diff options
context:
space:
mode:
authorGravatar halcanary <halcanary@google.com>2015-11-07 05:29:00 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-11-07 05:29:00 -0800
commit6950de6c4166fabb35e6c756fc009e0cf1c47819 (patch)
treea5a647d549cde1ecf97fab0f118f1fb4bfdcf732 /gm/cubicpaths.cpp
parent844a0b425741f07cb233332405143931586bbb7d (diff)
Comments Style: s/skbug.com/bug.skia.org/
Diffstat (limited to 'gm/cubicpaths.cpp')
-rw-r--r--gm/cubicpaths.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gm/cubicpaths.cpp b/gm/cubicpaths.cpp
index e0f6933f17..413c51757e 100644
--- a/gm/cubicpaths.cpp
+++ b/gm/cubicpaths.cpp
@@ -11,7 +11,7 @@
#include "SkPath.h"
#include "SkRandom.h"
-// skbug.com/1316 shows that this cubic, when slightly clipped, creates big
+// https://bug.skia.org/1316 shows that this cubic, when slightly clipped, creates big
// (incorrect) changes to its control points.
class ClippedCubicGM : public skiagm::GM {
public: