Bug 1541546 - Use only the new name for StyleColor. r=heycam

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 d66be10022
commit 63eaf7030d
15 changed files with 94 additions and 94 deletions

View File

@@ -1262,7 +1262,7 @@ struct nsRecessedBorder : public nsStyleBorder {
nsRecessedBorder(nscoord aBorderWidth, nsPresContext* aPresContext)
: nsStyleBorder(*aPresContext->Document()) {
NS_FOR_CSS_SIDES(side) {
BorderColorFor(side) = StyleComplexColor::Black();
BorderColorFor(side) = StyleColor::Black();
mBorder.Side(side) = aBorderWidth;
// Note: use SetBorderStyle here because we want to affect
// mComputedBorder