Skip to content

Commit

Permalink
Update bindings.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroyuki Ikezoe committed Jul 18, 2017
1 parent f68bdb1 commit 8d6cf87
Show file tree
Hide file tree
Showing 3 changed files with 1,130 additions and 1,212 deletions.
9 changes: 8 additions & 1 deletion components/style/gecko/generated/bindings.rs
Expand Up @@ -1971,6 +1971,12 @@ extern "C" {
RawServoDeclarationBlockBorrowed)
-> ServoStyleContextStrong;
}
extern "C" {
pub fn Servo_StyleContext_AddRef(ctx: *mut ServoStyleContext);
}
extern "C" {
pub fn Servo_StyleContext_Release(ctx: *mut ServoStyleContext);
}
extern "C" {
pub fn Servo_StyleSet_MightHaveAttributeDependency(set:
RawServoStyleSetBorrowed,
Expand Down Expand Up @@ -2733,7 +2739,8 @@ extern "C" {
}
extern "C" {
pub fn Servo_ResolveStyle(element: RawGeckoElementBorrowed,
set: RawServoStyleSetBorrowed)
set: RawServoStyleSetBorrowed,
restyle_behavior: TraversalRestyleBehavior)
-> ServoStyleContextStrong;
}
extern "C" {
Expand Down

0 comments on commit 8d6cf87

Please sign in to comment.