mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Auto merge of #17957 - ferjm:bug1380259, r=xidorn
stylo: serialize radial gradients computed value using modern unprefi… …xed style - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors https://bugzilla.mozilla.org/show_bug.cgi?id=1380259
This commit is contained in:
commit
13df7e4c84
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@ impl nsStyleImage {
|
|||
Gecko_CreateGradient(gecko_shape,
|
||||
gecko_size,
|
||||
gradient.repeating,
|
||||
gradient.compat_mode != CompatMode::Modern,
|
||||
gradient.compat_mode == CompatMode::Moz,
|
||||
gradient.compat_mode == CompatMode::Moz,
|
||||
stop_count as u32)
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue