style: Use only the new name for StyleColor.

That is, change all uses of StyleComplexColor to just StyleColor.

Differential Revision: https://phabricator.services.mozilla.com/D25977
This commit is contained in:
Emilio Cobos Álvarez 2019-04-04 11:35:33 +00:00
parent 53ccbc5751
commit 79fc59c75f

View file

@ -1293,7 +1293,7 @@ impl LonghandId {
///
/// In Gecko, there are some properties still that compute currentcolor
/// down to an RGBA color at computed value time, instead of as
/// `StyleComplexColor`s. For these properties, we must return `false`,
/// `StyleColor`s. For these properties, we must return `false`,
/// so that we correctly avoid caching style data in the rule tree.
pub fn stores_complex_colors_lossily(&self) -> bool {
% if product == "gecko":