aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrTestUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/GrTestUtils.h')
-rw-r--r--src/gpu/GrTestUtils.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gpu/GrTestUtils.h b/src/gpu/GrTestUtils.h
index 0cfe6e45a3..7627df4b19 100644
--- a/src/gpu/GrTestUtils.h
+++ b/src/gpu/GrTestUtils.h
@@ -74,7 +74,6 @@ public:
bool filterPath(SkPath* dst, const SkPath&, SkStrokeRec* , const SkRect*) const override;
DashType asADash(DashInfo* info) const override;
Factory getFactory() const override { return nullptr; }
- void toString(SkString*) const override {}
private:
TestDashPathEffect(const SkScalar* intervals, int count, SkScalar phase);