aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/svg/SkSVGDevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/svg/SkSVGDevice.h')
-rw-r--r--src/svg/SkSVGDevice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svg/SkSVGDevice.h b/src/svg/SkSVGDevice.h
index cb13ffdc8c..d0b9a24db1 100644
--- a/src/svg/SkSVGDevice.h
+++ b/src/svg/SkSVGDevice.h
@@ -47,7 +47,7 @@ protected:
const SkPaint& paint) override;
void drawVertices(const SkDraw&, SkCanvas::VertexMode, int vertexCount,
const SkPoint verts[], const SkPoint texs[],
- const SkColor colors[], SkXfermode* xmode,
+ const SkColor colors[], SK_XFERMODE_PARAM xmode,
const uint16_t indices[], int indexCount,
const SkPaint& paint) override;