mirror of
https://github.com/servo/servo.git
synced 2025-08-15 10:25:32 +01:00
style: Parse sheets on the thread pool.
Note that we also drop the dead optional aReusableSheets argument from the async parsing path, since it was always null. Bug: 1346988 Reviewed-by: bz,emilio MozReview-Commit-ID: KddpGFdaqEe
This commit is contained in:
parent
c06e3dcd58
commit
dfa019c884
5 changed files with 152 additions and 21 deletions
|
@ -312,3 +312,9 @@ impl_threadsafe_refcount!(
|
|||
Gecko_AddRefSharedFontListArbitraryThread,
|
||||
Gecko_ReleaseSharedFontListArbitraryThread
|
||||
);
|
||||
|
||||
impl_threadsafe_refcount!(
|
||||
::gecko_bindings::structs::SheetLoadDataHolder,
|
||||
Gecko_AddRefSheetLoadDataHolderArbitraryThread,
|
||||
Gecko_ReleaseSheetLoadDataHolderArbitraryThread
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue