summaryrefslogtreecommitdiff
path: root/css/select.h
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2016-02-05 10:51:19 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2016-02-05 10:51:19 +0000
commiteb67607e3b109c8e2b7c7d51ee7b38db8e67ff27 (patch)
tree7697853ed2b4f05eea786e47ecc90e13ab7bdd04 /css/select.h
parentf06ec6390a3286db180ad3fda97baab9e8b54663 (diff)
parent278451463f53ddc4fed2c9a104089f17a8c9158f (diff)
downloadnetsurf-eb67607e3b109c8e2b7c7d51ee7b38db8e67ff27.tar.gz
netsurf-eb67607e3b109c8e2b7c7d51ee7b38db8e67ff27.tar.bz2
Merge branch 'tlsa/upfront-hints'
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