diff options
Diffstat (limited to 'components/style/gecko/generated/bindings.rs')
-rw-r--r-- | components/style/gecko/generated/bindings.rs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/components/style/gecko/generated/bindings.rs b/components/style/gecko/generated/bindings.rs index d068add2375..fdd7d7c7ac8 100644 --- a/components/style/gecko/generated/bindings.rs +++ b/components/style/gecko/generated/bindings.rs @@ -194,6 +194,7 @@ use gecko_bindings::structs::EffectCompositor_CascadeLevel; use gecko_bindings::structs::UpdateAnimationsTasks; use gecko_bindings::structs::LengthParsingMode; use gecko_bindings::structs::InheritTarget; +use gecko_bindings::structs::URLMatchingFunction; pub type nsTArrayBorrowed_uintptr_t<'a> = &'a mut ::gecko_bindings::structs::nsTArray<usize>; pub type ServoCssRulesStrong = ::gecko_bindings::sugar::ownership::Strong<ServoCssRules>; pub type ServoCssRulesBorrowed<'a> = &'a ServoCssRules; @@ -1550,6 +1551,14 @@ extern "C" { pub fn Gecko_UnregisterProfilerThread(); } extern "C" { + pub fn Gecko_DocumentRule_UseForPresentation(arg1: + RawGeckoPresContextBorrowed, + aPattern: *const nsACString, + aURLMatchingFunction: + URLMatchingFunction) + -> bool; +} +extern "C" { pub fn Servo_Element_ClearData(node: RawGeckoElementBorrowed); } extern "C" { |