mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Revert "Auto merge of #17868 - ferjm:bug1380259.radial.gradients, r=xidorn"
This reverts commitef233381cc
, reversing changes made tof61528d297
. This broke a bunch of tests in m-c, like: https://treeherder.mozilla.org/logviewer.html#?job_id=118007409&repo=autoland
This commit is contained in:
parent
ef233381cc
commit
75a844cd32
3 changed files with 20 additions and 70 deletions
|
@ -297,7 +297,7 @@ impl nsStyleImage {
|
|||
Gecko_CreateGradient(gecko_shape,
|
||||
gecko_size,
|
||||
gradient.repeating,
|
||||
false,
|
||||
gradient.compat_mode != CompatMode::Modern,
|
||||
gradient.compat_mode == CompatMode::Moz,
|
||||
stop_count as u32)
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue