aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/skotty/SkottyProperties.h
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/skotty/SkottyProperties.h')
-rw-r--r--experimental/skotty/SkottyProperties.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/experimental/skotty/SkottyProperties.h b/experimental/skotty/SkottyProperties.h
index cd22810c2e..177ba35873 100644
--- a/experimental/skotty/SkottyProperties.h
+++ b/experimental/skotty/SkottyProperties.h
@@ -58,21 +58,6 @@ using ShapeValue = SkPath;
p_type f##p_name = p_default; \
public:
-class CompositeColor final : public SkRefCnt {
-public:
- explicit CompositeColor(sk_sp<sksg::Color>);
-
- COMPOSITE_PROPERTY(Color , SkColor , SK_ColorBLACK)
- COMPOSITE_PROPERTY(Opacity, SkScalar, 100 )
-
-private:
- void apply();
-
- sk_sp<sksg::Color> fColorNode;
-
- using INHERITED = SkRefCnt;
-};
-
class CompositeRRect final : public SkRefCnt {
public:
explicit CompositeRRect(sk_sp<sksg::RRect>);