Update Stylo bindings

This commit is contained in:
J. Ryan Stinnett 2017-08-22 11:00:56 -05:00
parent 214c59b25e
commit d76abed401
4 changed files with 95 additions and 166 deletions

View file

@ -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)