mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Revert "style: Remove new function added to the build from bindings.rs"
This reverts commit 8c0e455d9e
.
This commit is contained in:
parent
c49434726e
commit
d14c979fb2
1 changed files with 3 additions and 1 deletions
|
@ -1151,6 +1151,8 @@ extern "C" {
|
|||
pub fn Servo_Element_IsDisplayNone ( element : RawGeckoElementBorrowed , ) -> bool ;
|
||||
} extern "C" {
|
||||
pub fn Servo_Element_IsPrimaryStyleReusedViaRuleNode ( element : RawGeckoElementBorrowed , ) -> bool ;
|
||||
} extern "C" {
|
||||
pub fn Servo_InvalidateStyleForDocStateChanges ( root : RawGeckoElementBorrowed , sets : * const nsTArray < RawServoStyleSetBorrowed > , aStatesChanged : u64 , ) ;
|
||||
} extern "C" {
|
||||
pub fn Servo_StyleSheet_FromUTF8Bytes ( loader : * mut Loader , gecko_stylesheet : * mut ServoStyleSheet , data : * const u8 , data_len : usize , parsing_mode : SheetParsingMode , extra_data : * mut RawGeckoURLExtraData , line_number_offset : u32 , quirks_mode : nsCompatibility , reusable_sheets : * mut LoaderReusableStyleSheets , ) -> RawServoStyleSheetContentsStrong ;
|
||||
} extern "C" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue