From ecf42afc3329b03ee642ede84f9ba224d2aff1e1 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 22 Mar 2021 17:47:11 +0000 Subject: Selection: Don't duplicate unit conversion members in media descriptor. --- src/select/hash.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/select/hash.h') diff --git a/src/select/hash.h b/src/select/hash.h index aecf15a..df4102f 100644 --- a/src/select/hash.h +++ b/src/select/hash.h @@ -10,6 +10,7 @@ #include +#include #include #include @@ -26,6 +27,7 @@ struct css_hash_selection_requirments { lwc_string *id; /* Name of id, or NULL */ lwc_string *uni; /* Universal element string "*" */ const css_media *media; /* Media spec we're selecting for */ + const css_unit_ctx *unit_ctx; /* Document unit conversion context. */ const css_bloom *node_bloom; /* Node's bloom filter */ }; -- cgit v1.2.3