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