aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/sksg/SkSGGeometryNode.h
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/sksg/SkSGGeometryNode.h')
-rw-r--r--experimental/sksg/SkSGGeometryNode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/experimental/sksg/SkSGGeometryNode.h b/experimental/sksg/SkSGGeometryNode.h
index a898b06519..b436d27570 100644
--- a/experimental/sksg/SkSGGeometryNode.h
+++ b/experimental/sksg/SkSGGeometryNode.h
@@ -29,7 +29,7 @@ public:
SkPath asPath() const;
protected:
- GeometryNode() = default;
+ GeometryNode();
virtual void onDraw(SkCanvas*, const SkPaint&) const = 0;