Backed out changeset 2c6e9abd5c86 (bug 1846249) for causing build bustages on ServoStyleConsts.h. CLOSED TREE
This commit is contained in:
@@ -1809,7 +1809,7 @@ void nsImageFrame::DisplayAltText(nsPresContext* aPresContext,
|
||||
struct nsRecessedBorder : public nsStyleBorder {
|
||||
explicit nsRecessedBorder(nscoord aBorderWidth) {
|
||||
for (const auto side : AllPhysicalSides()) {
|
||||
BorderColorFor(side) = StyleColor::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