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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/svg/SkSVGDevice.h b/src/svg/SkSVGDevice.h
index 4784c7e238..6b8ee4ff44 100644
--- a/src/svg/SkSVGDevice.h
+++ b/src/svg/SkSVGDevice.h
@@ -43,7 +43,8 @@ protected:
void drawTextOnPath(const void* text, size_t len,
const SkPath& path, const SkMatrix* matrix,
const SkPaint& paint) override;
- void drawVertices(const SkVertices*, SkBlendMode, const SkPaint& paint) override;
+ void drawVertices(const SkVertices*, const SkMatrix* bones, int boneCount, SkBlendMode,
+ const SkPaint& paint) override;
void drawDevice(SkBaseDevice*, int x, int y,
const SkPaint&) override;