diff options
author | Cameron McCormack <cam@mcc.id.au> | 2017-12-04 13:42:17 +0800 |
---|---|---|
committer | Cameron McCormack <cam@mcc.id.au> | 2017-12-05 13:22:22 +0800 |
commit | 64c5a8a6e8d23687d99a2e1080239340c3976227 (patch) | |
tree | b943d828379f3264b4ff36bd6ab0dac71d452241 /components/style/gecko/generated/bindings.rs | |
parent | 9a31d0d8d82ae907f29bdbfa131da7197472b5e9 (diff) | |
download | servo-64c5a8a6e8d23687d99a2e1080239340c3976227.tar.gz servo-64c5a8a6e8d23687d99a2e1080239340c3976227.zip |
style: Regenerate Gecko bindings.
Diffstat (limited to 'components/style/gecko/generated/bindings.rs')
-rw-r--r-- | components/style/gecko/generated/bindings.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/style/gecko/generated/bindings.rs b/components/style/gecko/generated/bindings.rs index 93dba482c0d..b7757bc3f31 100644 --- a/components/style/gecko/generated/bindings.rs +++ b/components/style/gecko/generated/bindings.rs @@ -1577,7 +1577,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 , loader : * mut Loader , ) -> bool ; } extern "C" { pub fn Servo_ParseIntersectionObserverRootMargin ( value : * const nsAString , result : * mut nsCSSRect , ) -> bool ; } extern "C" { |