mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
style: Add an outparam to Gecko_CalcStyleDifference that returns whether any style data changed.
This commit is contained in:
parent
605974a112
commit
715d18d377
2 changed files with 5 additions and 2 deletions
|
@ -961,7 +961,8 @@ extern "C" {
|
|||
}
|
||||
extern "C" {
|
||||
pub fn Gecko_CalcStyleDifference(oldstyle: *mut nsStyleContext,
|
||||
newstyle: ServoComputedValuesBorrowed)
|
||||
newstyle: ServoComputedValuesBorrowed,
|
||||
any_style_changed: *mut bool)
|
||||
-> nsChangeHint;
|
||||
}
|
||||
extern "C" {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue