Chromium Code Reviews| Index: gm/stringart.cpp |
| diff --git a/gm/stringart.cpp b/gm/stringart.cpp |
| index 7c9a22ee36852a142eaf601eeb776e6ecc672791..d381350e18c457d8b48df8e9272ba829ba8f4fa6 100644 |
| --- a/gm/stringart.cpp |
| +++ b/gm/stringart.cpp |
| @@ -55,7 +55,7 @@ protected: |
| SkPaint paint; |
| paint.setAntiAlias(true); |
| paint.setStyle(SkPaint::kStroke_Style); |
| - paint.setColor(0xFF007700); |
| + paint.setColor(sk_tool_utils::color_to_565(0xFF007700)); |
| canvas->drawPath(path, paint); |
| } |