Chromium Code Reviews| Index: gm/multipicturedraw.cpp |
| diff --git a/gm/multipicturedraw.cpp b/gm/multipicturedraw.cpp |
| index f31b6985660b8f1bce4e4eb3c529b0aa8995e082..0e11b0653f1304b7559da92819becbf4c9402be7 100644 |
| --- a/gm/multipicturedraw.cpp |
| +++ b/gm/multipicturedraw.cpp |
| @@ -154,7 +154,7 @@ static const SkPicture* make_tri_picture() { |
| SkPaint fill; |
| fill.setStyle(SkPaint::kFill_Style); |
| - fill.setColor(SK_ColorLTGRAY);; |
| + fill.setColor(SK_ColorLTGRAY); |
| SkPaint stroke; |
| stroke.setStyle(SkPaint::kStroke_Style); |