summaryrefslogtreecommitdiff
path: root/src/select/dispatch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/select/dispatch.h')
-rw-r--r--src/select/dispatch.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/select/dispatch.h b/src/select/dispatch.h
index 2c68e69..a5f7a7a 100644
--- a/src/select/dispatch.h
+++ b/src/select/dispatch.h
@@ -31,6 +31,9 @@ extern struct prop_table {
css_error (*cascade)(uint32_t opv, css_style *style,
css_select_state *state);
css_error (*initial)(css_computed_style *style);
+ css_error (*compose)(const css_computed_style *parent,
+ const css_computed_style *child,
+ css_computed_style *result);
uint32_t inherited : 1,
group : 2;