aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm
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
parent844a0b425741f07cb233332405143931586bbb7d (diff)
Comments Style: s/skbug.com/bug.skia.org/
Diffstat (limited to 'gm')
-rw-r--r--gm/aaclip.cpp2
-rw-r--r--gm/cubicpaths.cpp2
-rw-r--r--gm/draw_bitmap_rect_skbug4374.cpp2
-rw-r--r--gm/imagefilters.cpp2
-rw-r--r--gm/roundrects.cpp2
5 files changed, 5 insertions, 5 deletions
diff --git a/gm/aaclip.cpp b/gm/aaclip.cpp
index b3c39b7b14..fae6109378 100644
--- a/gm/aaclip.cpp
+++ b/gm/aaclip.cpp
@@ -196,7 +196,7 @@ DEF_GM( return new CGImageGM; )
///////////////////////////////////////////////////////////////////////////////////////////////////
-// skbug.com/3716
+// https://bug.skia.org/3716
class ClipCubicGM : public skiagm::GM {
const SkScalar W = 100;
const SkScalar H = 240;
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:
diff --git a/gm/draw_bitmap_rect_skbug4374.cpp b/gm/draw_bitmap_rect_skbug4374.cpp
index 8ba600b6ac..582ae3e6ad 100644
--- a/gm/draw_bitmap_rect_skbug4374.cpp
+++ b/gm/draw_bitmap_rect_skbug4374.cpp
@@ -6,7 +6,7 @@
*/
#include "Resources.h"
#include "gm.h"
-// http://skbug.com/4374
+// https://bug.skia.org/4374
DEF_SIMPLE_GM(draw_bitmap_rect_skbug4734, canvas, 64, 64) {
SkBitmap source;
if (GetResourceAsBitmap("randPixels.png", &source)) {
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);
diff --git a/gm/roundrects.cpp b/gm/roundrects.cpp
index cf3c5e234d..b616e4d1cf 100644
--- a/gm/roundrects.cpp
+++ b/gm/roundrects.cpp
@@ -323,7 +323,7 @@ protected:
}
}
- // test old entry point (skbug.com/3786)
+ // test old entry point ( https://bug.skia.org/3786 )
{
canvas->save();