mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
style: Update Gecko bindings.
This commit is contained in:
parent
cbba980a8b
commit
c0dc50d90d
1 changed files with 2 additions and 2 deletions
|
@ -1574,7 +1574,7 @@ extern "C" {
|
|||
} extern "C" {
|
||||
pub fn Servo_IsValidCSSColor ( value : * const nsAString , ) -> bool ;
|
||||
} extern "C" {
|
||||
pub fn Servo_ComputeColor ( set : RawServoStyleSetBorrowedOrNull , current_color : nscolor , value : * const nsAString , result_color : * mut nscolor , ) -> bool ;
|
||||
pub fn Servo_ComputeColor ( set : RawServoStyleSetBorrowedOrNull , current_color : nscolor , value : * const nsAString , result_color : * mut nscolor , was_current_color : * mut bool , ) -> bool ;
|
||||
} extern "C" {
|
||||
pub fn Servo_ParseIntersectionObserverRootMargin ( value : * const nsAString , result : * mut nsCSSRect , ) -> bool ;
|
||||
} extern "C" {
|
||||
|
@ -1587,4 +1587,4 @@ extern "C" {
|
|||
pub fn Gecko_ContentList_AppendAll ( aContentList : * mut nsSimpleContentList , aElements : * mut * const RawGeckoElement , aLength : usize , ) ;
|
||||
} extern "C" {
|
||||
pub fn Gecko_GetElementsWithId ( aDocument : * const nsIDocument , aId : * mut nsAtom , ) -> * const nsTArray < * mut Element > ;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue