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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user