style: Update Gecko bindings.

This commit is contained in:
Cameron McCormack 2017-06-09 17:10:29 +08:00
parent 2439672983
commit 95bdceaed5
3 changed files with 1900 additions and 1881 deletions

View file

@ -507,7 +507,7 @@ extern "C" {
whitespace_is_significant: bool) -> bool;
}
extern "C" {
pub fn Gecko_GetParentNode(node: RawGeckoNodeBorrowed)
pub fn Gecko_GetFlattenedTreeParentNode(node: RawGeckoNodeBorrowed)
-> RawGeckoNodeBorrowedOrNull;
}
extern "C" {
@ -567,6 +567,11 @@ extern "C" {
pub fn Gecko_GetNextStyleChild(it: StyleChildrenIteratorBorrowedMut)
-> RawGeckoNodeBorrowedOrNull;
}
extern "C" {
pub fn Gecko_ElementHasBindingWithAnonymousContent(element:
RawGeckoElementBorrowed)
-> bool;
}
extern "C" {
pub fn Gecko_ElementState(element: RawGeckoElementBorrowed) -> u64;
}

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff