提交 864beb8d 编写于 作者: A Adam Barth

Fix build

上级 c11bf6e6
......@@ -347,13 +347,13 @@ void Canvas::drawPoints(const Paint& paint,
}
void Canvas::drawVertices(
const Paint& paint,
SkCanvas::VertexMode vertexMode,
const Float32List& vertices,
const Float32List& textureCoordinates,
const Int32List& colors,
int transferMode,
const Int32List& indices,
const Paint& paint) {
const Int32List& indices) {
if (!m_canvas)
return;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册