remove unused params
BUG=skia:6366 Change-Id: I0cfb8e4a969dc018339047183176fb242e455ab8 NOTRY=True Reviewed-on: https://skia-review.googlesource.com/9869 Reviewed-by: Mike Reed <reed@google.com> Commit-Queue: Mike Reed <reed@google.com>
This commit is contained in:
parent
795c5ea657
commit
6ab59baa84
@ -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&);
|
||||
|
Loading…
Reference in New Issue
Block a user