mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Update Stylo bindings
This commit is contained in:
parent
214c59b25e
commit
d76abed401
4 changed files with 95 additions and 166 deletions
|
@ -1070,11 +1070,6 @@ extern "C" {
|
|||
pub fn Gecko_NoteAnimationOnlyDirtyElement(element:
|
||||
RawGeckoElementBorrowed);
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_GetStyleContext(element: RawGeckoElementBorrowed,
|
||||
aPseudoTagOrNull: *mut nsIAtom)
|
||||
-> *mut nsStyleContext;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_GetImplementedPseudo(element: RawGeckoElementBorrowed)
|
||||
-> CSSPseudoElementType;
|
||||
|
@ -1961,11 +1956,7 @@ extern "C" {
|
|||
extern "C" {
|
||||
pub fn Servo_StyleSheet_GetOrigin(sheet:
|
||||
RawServoStyleSheetContentsBorrowed)
|
||||
-> OriginFlags;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Servo_StyleSheet_GetSourceMapURL(sheet: RawServoStyleSheetContentsBorrowed,
|
||||
result: *mut nsAString);
|
||||
-> u8;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Servo_StyleSet_Init(pres_context: RawGeckoPresContextOwned)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue