mirror of
https://github.com/servo/servo.git
synced 2025-08-08 15:05:35 +01:00
stylo: Support -moz-context-properties
This commit is contained in:
parent
9ed5a7a05e
commit
de269b6b36
3 changed files with 62 additions and 1 deletions
|
@ -1122,6 +1122,14 @@ extern "C" {
|
|||
pub fn Gecko_nsStyleSVG_CopyDashArray(dst: *mut nsStyleSVG,
|
||||
src: *const nsStyleSVG);
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_nsStyleSVG_SetContextPropertiesLength(svg: *mut nsStyleSVG,
|
||||
len: u32);
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_nsStyleSVG_CopyContextProperties(dst: *mut nsStyleSVG,
|
||||
src: *const nsStyleSVG);
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_NewURLValue(uri: ServoBundledURI) -> *mut URLValue;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue