Index: gm/colormatrix.cpp |
diff --git a/gm/colormatrix.cpp b/gm/colormatrix.cpp |
index 36cf8c59d2b7c1f4d568979ee7f0907b477c688e..841f36a139db04742b2a9244056b3bb4ec3e6e5c 100644 |
--- a/gm/colormatrix.cpp |
+++ b/gm/colormatrix.cpp |
@@ -103,6 +103,7 @@ |
const SkBitmap bmps[] = { fSolidBitmap, fTransparentBitmap }; |
for (size_t i = 0; i < SK_ARRAY_COUNT(bmps); ++i) { |
+ |
matrix.setIdentity(); |
setColorMatrix(&paint, matrix); |
canvas->drawBitmap(bmps[i], 0, 0, &paint); |