mirror of
https://github.com/servo/servo.git
synced 2025-08-14 18:05:36 +01:00
Auto merge of #13213 - Manishearth:mask, r=heycam
stylo: Implement mask longhands Corresponding gecko bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1300731 r=heycam carries over from https://reviewboard.mozilla.org/r/76908/ Don't merge till that bug lands <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/13213) <!-- Reviewable:end -->
This commit is contained in:
commit
0dd0e08de4
6 changed files with 458 additions and 204 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