Skip to content

Commit

Permalink
style: Update Gecko bindings.
Browse files Browse the repository at this point in the history
  • Loading branch information
heycam committed Jun 9, 2017
1 parent 2439672 commit 95bdcea
Show file tree
Hide file tree
Showing 3 changed files with 799 additions and 780 deletions.
7 changes: 6 additions & 1 deletion components/style/gecko/generated/bindings.rs
Expand Up @@ -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" {
Expand Down Expand Up @@ -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;
}
Expand Down

0 comments on commit 95bdcea

Please sign in to comment.