mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
stylo: Support all non-ts pseudos with an argument
This commit is contained in:
parent
2f6cf2e9c8
commit
f2f832d1d9
4 changed files with 43 additions and 5 deletions
|
@ -1003,6 +1003,12 @@ extern "C" {
|
|||
RawGeckoPresContextBorrowed)
|
||||
-> nscolor;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_MatchStringArgPseudo(element: RawGeckoElementBorrowed,
|
||||
type_: CSSPseudoClassType,
|
||||
ident: *const u16,
|
||||
set_slow_selector: *mut bool) -> bool;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_Construct_Default_nsStyleFont(ptr: *mut nsStyleFont,
|
||||
pres_context:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue