Chromium Code Reviews| Index: src/utils/SkMeshUtils.cpp |
| =================================================================== |
| --- src/utils/SkMeshUtils.cpp (revision 11751) |
| +++ src/utils/SkMeshUtils.cpp (working copy) |
| @@ -97,6 +97,6 @@ |
| SkShader::kClamp_TileMode))->unref(); |
| canvas->drawVertices(SkCanvas::kTriangles_VertexMode, |
| rows * cols, verts, idx.tex(), colors, NULL, |
| - idx.indices(), idx.indexCount(), p); |
| + idx.indices(), int(idx.indexCount()), p); |
| } |
| } |