aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/sksg/geometry/SkSGRect.h
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/sksg/geometry/SkSGRect.h')
-rw-r--r--experimental/sksg/geometry/SkSGRect.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/experimental/sksg/geometry/SkSGRect.h b/experimental/sksg/geometry/SkSGRect.h
index a99c76ab98..f5fcb962c6 100644
--- a/experimental/sksg/geometry/SkSGRect.h
+++ b/experimental/sksg/geometry/SkSGRect.h
@@ -42,6 +42,8 @@ private:
explicit Rect(const SkRect&);
SkRect fRect;
+
+ using INHERITED = GeometryNode;
};
/**
@@ -65,6 +67,8 @@ private:
explicit RRect(const SkRRect&);
SkRRect fRRect;
+
+ using INHERITED = GeometryNode;
};
} // namespace sksg