| Index: gm/strokerect.cpp
|
| diff --git a/gm/strokerect.cpp b/gm/strokerect.cpp
|
| index 8854c6b8916bd1382641c6586a058fda2a68d141..c1904953d69e60fca752342c7af3ad1ac5fab64a 100644
|
| --- a/gm/strokerect.cpp
|
| +++ b/gm/strokerect.cpp
|
| @@ -17,7 +17,7 @@ static void draw_path(SkCanvas* canvas, const SkPath& path, const SkRect& rect,
|
| paint.setAntiAlias(true);
|
| paint.setStyle(doFill ? SkPaint::kStrokeAndFill_Style : SkPaint::kStroke_Style);
|
|
|
| - paint.setColor(SK_ColorGRAY);
|
| + paint.setColor(sk_tool_utils::color_to_565(SK_ColorGRAY));
|
| paint.setStrokeWidth(STROKE_WIDTH);
|
| paint.setStrokeJoin(join);
|
| canvas->drawRect(rect, paint);
|
|
|