mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Add a Servo_IsWorkerThread API.
This commit is contained in:
parent
a5282cabe0
commit
bc1d91e584
2 changed files with 8 additions and 0 deletions
|
@ -2929,6 +2929,9 @@ extern "C" {
|
|||
extern "C" {
|
||||
pub fn Servo_AssertTreeIsClean(root: RawGeckoElementBorrowed);
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Servo_IsWorkerThread() -> bool;
|
||||
}
|
||||
extern "C" {
|
||||
pub fn Servo_MaybeGCRuleTree(set: RawServoStyleSetBorrowed);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue