Index: gm/imagealphathreshold.cpp |
diff --git a/gm/imagealphathreshold.cpp b/gm/imagealphathreshold.cpp |
index 2839744a7f091ff7dcd5c485937b6a5da3b07f62..7597090aa872bfa9a0510c6e57687d15e47a427b 100644 |
--- a/gm/imagealphathreshold.cpp |
+++ b/gm/imagealphathreshold.cpp |
@@ -43,7 +43,7 @@ protected: |
SkMatrix matrix; |
matrix.reset(); |
matrix.setTranslate(WIDTH * .1f, HEIGHT * .1f); |
- matrix.postScale(.8, .8); |
+ matrix.postScale(.8f, .8f); |
canvas->concat(matrix); |