aboutsummaryrefslogtreecommitdiffstats
path: root/gm/roundrects.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gm/roundrects.cpp')
-rw-r--r--gm/roundrects.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gm/roundrects.cpp b/gm/roundrects.cpp
index 794393e853..5079b70383 100644
--- a/gm/roundrects.cpp
+++ b/gm/roundrects.cpp
@@ -154,7 +154,7 @@ protected:
rectPaint.setAntiAlias(true);
rectPaint.setStyle(SkPaint::kStroke_Style);
rectPaint.setStrokeWidth(SkIntToScalar(0));
- rectPaint.setColor(sk_tool_utils::color_to_565(SK_ColorLTGRAY));
+ rectPaint.setColor(SK_ColorLTGRAY);
int testCount = 0;
for (int i = 0; i < fPaints.count(); ++i) {