mirror of
https://github.com/servo/servo.git
synced 2025-09-08 14:08:22 +01:00
Bug 1300731 - stylo: Implement mask-image; r?heycam
This commit is contained in:
parent
075a430b99
commit
7138ad7d7e
6 changed files with 283 additions and 144 deletions
|
@ -388,6 +388,8 @@ extern "C" {
|
|||
-> *mut StyleBasicShape;
|
||||
pub fn Gecko_FillAllBackgroundLists(layers: *mut nsStyleImageLayers,
|
||||
max_len: u32);
|
||||
pub fn Gecko_FillAllMaskLists(layers: *mut nsStyleImageLayers,
|
||||
max_len: u32);
|
||||
pub fn Gecko_AddRefCalcArbitraryThread(aPtr: *mut Calc);
|
||||
pub fn Gecko_ReleaseCalcArbitraryThread(aPtr: *mut Calc);
|
||||
pub fn Gecko_NewCSSShadowArray(len: u32) -> *mut nsCSSShadowArray;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue