Index: gm/fatpathfill.cpp |
diff --git a/gm/fatpathfill.cpp b/gm/fatpathfill.cpp |
index 43e10059c120458aeb64b570dfa5e9d9eea5b326..711d713852b82a6ede18718bbdc0096a11d22955 100644 |
--- a/gm/fatpathfill.cpp |
+++ b/gm/fatpathfill.cpp |
@@ -21,7 +21,7 @@ static SkSurface* new_surface(int width, int height) { |
static void draw_pixel_centers(SkCanvas* canvas) { |
SkPaint paint; |
- paint.setColor(0xFF0088FF); |
+ paint.setColor(sk_tool_utils::color_to_565(0xFF0088FF)); |
paint.setAntiAlias(true); |
for (int y = 0; y < SMALL_H; ++y) { |