mirror of
https://github.com/servo/servo.git
synced 2025-08-27 16:18:21 +01:00
Add support for -moz-image-rect
This commit is contained in:
parent
645971b387
commit
494238ab29
7 changed files with 169 additions and 9 deletions
|
@ -678,6 +678,9 @@ extern "C" {
|
|||
pub fn Gecko_CopyImageValueFrom(image: *mut nsStyleImage,
|
||||
other: *const nsStyleImage);
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_InitializeImageCropRect(image: *mut nsStyleImage);
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_CreateGradient(shape: u8, size: u8, repeating: bool,
|
||||
legacy_syntax: bool, stops: u32)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue