Chromium Code Reviews| Index: src/gpu/SkGpuDevice.cpp |
| =================================================================== |
| --- src/gpu/SkGpuDevice.cpp (revision 11997) |
| +++ src/gpu/SkGpuDevice.cpp (working copy) |
| @@ -594,7 +594,7 @@ |
| fContext->drawVertices(grPaint, |
| gPointMode2PrimtiveType[mode], |
| - count, |
| + static_cast<int>(count), |
|
bsalomon
2013/10/29 14:40:36
SkCanvas:: and SkDevice::drawPoints should probabl
robertphillips
2013/11/18 20:22:41
Done.
I would also like to change SkCanvas:: & Sk
|
| (GrPoint*)pts, |
| NULL, |
| NULL, |