Fill extra layers in background style struct before handing off to Gecko

This commit is contained in:
Manish Goregaokar 2016-08-22 18:40:56 +05:30
parent 12f272587e
commit a98c0fc037
3 changed files with 24 additions and 0 deletions

View file

@ -333,6 +333,8 @@ extern "C" {
pub fn Gecko_DestroyClipPath(clip: *mut StyleClipPath);
pub fn Gecko_NewBasicShape(type_: StyleBasicShapeType)
-> *mut StyleBasicShape;
pub fn Gecko_FillAllBackgroundLists(layers: *mut nsStyleImageLayers,
maxLen: u32);
pub fn Gecko_AddRefCalcArbitraryThread(aPtr: *mut Calc);
pub fn Gecko_ReleaseCalcArbitraryThread(aPtr: *mut Calc);
pub fn Gecko_Construct_nsStyleFont(ptr: *mut nsStyleFont);