mirror of
https://github.com/servo/servo.git
synced 2025-08-14 09:55:35 +01:00
Resolve counter style during parallel traversal when possible.
This commit is contained in:
parent
5b3fb62b09
commit
08c12062c7
4 changed files with 20 additions and 12 deletions
|
@ -906,7 +906,9 @@ extern "C" {
|
|||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_SetCounterStyleToName(ptr: *mut CounterStylePtr,
|
||||
name: *mut nsIAtom);
|
||||
name: *mut nsIAtom,
|
||||
pres_context:
|
||||
RawGeckoPresContextBorrowed);
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_SetCounterStyleToSymbols(ptr: *mut CounterStylePtr,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue