summaryrefslogtreecommitdiff
path: root/src/select/properties/richness.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/select/properties/richness.c')
-rw-r--r--src/select/properties/richness.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/select/properties/richness.c b/src/select/properties/richness.c
index 9656486..cd62d5c 100644
--- a/src/select/properties/richness.c
+++ b/src/select/properties/richness.c
@@ -37,6 +37,16 @@ css_error css__initial_richness(css_select_state *state)
return CSS_OK;
}
+css_error css__copy_richness(
+ const css_computed_style *from,
+ css_computed_style *to)
+{
+ UNUSED(from);
+ UNUSED(to);
+
+ return CSS_OK;
+}
+
css_error css__compose_richness(const css_computed_style *parent,
const css_computed_style *child,
css_computed_style *result)