mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
style: Regenerate Gecko bindings.
This commit is contained in:
parent
9a31d0d8d8
commit
64c5a8a6e8
1 changed files with 1 additions and 1 deletions
|
@ -1577,7 +1577,7 @@ extern "C" {
|
||||||
} extern "C" {
|
} extern "C" {
|
||||||
pub fn Servo_IsValidCSSColor ( value : * const nsAString , ) -> bool ;
|
pub fn Servo_IsValidCSSColor ( value : * const nsAString , ) -> bool ;
|
||||||
} extern "C" {
|
} 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 , loader : * mut Loader , ) -> bool ;
|
||||||
} extern "C" {
|
} extern "C" {
|
||||||
pub fn Servo_ParseIntersectionObserverRootMargin ( value : * const nsAString , result : * mut nsCSSRect , ) -> bool ;
|
pub fn Servo_ParseIntersectionObserverRootMargin ( value : * const nsAString , result : * mut nsCSSRect , ) -> bool ;
|
||||||
} extern "C" {
|
} extern "C" {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue