Index: src/gpu/SkGpuDevice.cpp |
=================================================================== |
--- src/gpu/SkGpuDevice.cpp (revision 12322) |
+++ src/gpu/SkGpuDevice.cpp (working copy) |
@@ -571,7 +571,7 @@ |
fContext->drawVertices(grPaint, |
gPointMode2PrimtiveType[mode], |
- count, |
+ SkToS32(count), |
(GrPoint*)pts, |
NULL, |
NULL, |