aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/imagefilters.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/imagefilters.cpp
parent844a0b425741f07cb233332405143931586bbb7d (diff)
Comments Style: s/skbug.com/bug.skia.org/
Diffstat (limited to 'gm/imagefilters.cpp')
-rw-r--r--gm/imagefilters.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gm/imagefilters.cpp b/gm/imagefilters.cpp
index 8b4deca93a..1998014bbf 100644
--- a/gm/imagefilters.cpp
+++ b/gm/imagefilters.cpp
@@ -14,7 +14,7 @@
* that we apply the xfermode *after* the image has been created and filtered, and not during
* the creation step (i.e. before it is filtered).
*
- * see skbug.com/3741
+ * see https://bug.skia.org/3741
*/
static void do_draw(SkCanvas* canvas, SkXfermode::Mode mode, SkImageFilter* imf) {
SkAutoCanvasRestore acr(canvas, true);