summaryrefslogtreecommitdiff
path: root/css/select.h
diff options
context:
space:
mode:
Diffstat (limited to 'css/select.h')
-rw-r--r--css/select.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/css/select.h b/css/select.h
index 13b9e1201..0e0be9578 100644
--- a/css/select.h
+++ b/css/select.h
@@ -49,9 +49,9 @@ css_select_results *nscss_get_style(nscss_select_ctx *ctx, dom_node *n,
css_computed_style *nscss_get_blank_style(nscss_select_ctx *ctx,
const css_computed_style *parent);
-css_error nscss_compute_font_size(void *pw, const css_hint *parent,
- css_hint *size);
-bool nscss_parse_colour(const char *data, css_color *result);
+css_error named_ancestor_node(void *pw, void *node,
+ const css_qname *qname, void **ancestor);
+css_error node_is_visited(void *pw, void *node, bool *match);
#endif