From 6ab59baa84644a30f57ebf98a57a7561b644dfb3 Mon Sep 17 00:00:00 2001 From: Mike Reed Date: Fri, 17 Mar 2017 15:35:40 -0400 Subject: [PATCH] remove unused params BUG=skia:6366 Change-Id: I0cfb8e4a969dc018339047183176fb242e455ab8 NOTRY=True Reviewed-on: https://skia-review.googlesource.com/9869 Reviewed-by: Mike Reed Commit-Queue: Mike Reed --- include/core/SkCanvas.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/core/SkCanvas.h b/include/core/SkCanvas.h index 3a2b3fc..27b28ff 100644 --- a/include/core/SkCanvas.h +++ b/include/core/SkCanvas.h @@ -1444,9 +1444,9 @@ protected: virtual void onDrawPoints(PointMode, size_t count, const SkPoint pts[], const SkPaint&); #ifdef SK_SUPPORT_LEGACY_DRAWVERTICES_VIRTUAL - virtual void onDrawVertices(VertexMode, int vertexCount, const SkPoint vertices[], - const SkPoint texs[], const SkColor colors[], SkBlendMode, - const uint16_t indices[], int indexCount, const SkPaint&) {} + virtual void onDrawVertices(VertexMode, int, const SkPoint[], + const SkPoint[], const SkColor[], SkBlendMode, + const uint16_t[], int, const SkPaint&) {} #endif virtual void onDrawVerticesObject(const SkVertices*, SkBlendMode, const SkPaint&); -- 2.7.4