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