diff options
Diffstat (limited to 'src/core/SkLiteRecorder.h')
-rw-r--r-- | src/core/SkLiteRecorder.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/SkLiteRecorder.h b/src/core/SkLiteRecorder.h index 82aeca385a..4de978943f 100644 --- a/src/core/SkLiteRecorder.h +++ b/src/core/SkLiteRecorder.h @@ -76,7 +76,6 @@ public: void onDrawPoints(PointMode, size_t count, const SkPoint pts[], const SkPaint&) override; void onDrawVertices(VertexMode, int, const SkPoint[], const SkPoint[], const SkColor[], SkBlendMode, const uint16_t[], int, const SkPaint&) override; - void onDrawVerticesObject(const SkVertices*, SkBlendMode, const SkPaint&) override; void onDrawAtlas(const SkImage*, const SkRSXform[], const SkRect[], const SkColor[], int, SkBlendMode, const SkRect*, const SkPaint*) override; |