stylo: serialize radial gradients computed value using modern unprefixed style

This commit is contained in:
Fernando Jiménez Moreno 2017-08-03 09:33:28 +02:00
parent 3c28c7b091
commit 7fc3d59c0b

View file

@ -307,7 +307,7 @@ impl nsStyleImage {
Gecko_CreateGradient(gecko_shape, Gecko_CreateGradient(gecko_shape,
gecko_size, gecko_size,
gradient.repeating, gradient.repeating,
gradient.compat_mode != CompatMode::Modern, gradient.compat_mode == CompatMode::Moz,
gradient.compat_mode == CompatMode::Moz, gradient.compat_mode == CompatMode::Moz,
stop_count as u32) stop_count as u32)
}; };