Index: include/core/SkCanvas.h |
diff --git a/include/core/SkCanvas.h b/include/core/SkCanvas.h |
index 59f97e9665f3b6428fba8ffb92137e2a5cf8c553..aa3504dc45cc2bffbc29a6e1aed38b41932b1f0a 100644 |
--- a/include/core/SkCanvas.h |
+++ b/include/core/SkCanvas.h |
@@ -1055,7 +1055,7 @@ public: |
const SkPaint& paint); |
void drawVertices(VertexMode vmode, int vertexCount, |
const SkPoint vertices[], const SkPoint texs[], |
- const SkColor colors[], sk_sp<SkXfermode>& xmode, |
+ const SkColor colors[], const sk_sp<SkXfermode>& xmode, |
const uint16_t indices[], int indexCount, |
const SkPaint& paint) { |
this->drawVertices(vmode, vertexCount, vertices, texs, colors, xmode.get(), |