Bug 840902. Part 2: Remove nsresults from various display list methods. r=mattwoodrow

This commit is contained in:
Robert O'Callahan
2013-02-15 00:12:27 +13:00
parent 3ac2cf9858
commit b18cd55753
153 changed files with 641 additions and 799 deletions

View File

@@ -419,7 +419,7 @@ PaintTableCellSelection(nsIFrame* aFrame, nsRenderingContext* aCtx,
static_cast<nsTableCellFrame*>(aFrame)->DecorateForSelection(*aCtx, aPt);
}
NS_IMETHODIMP
void
nsTableCellFrame::BuildDisplayList(nsDisplayListBuilder* aBuilder,
const nsRect& aDirtyRect,
const nsDisplayListSet& aLists)
@@ -504,7 +504,6 @@ nsTableCellFrame::BuildDisplayList(nsDisplayListBuilder* aBuilder,
// which isn't right (e.g., would end up on top of our child floats for
// event handling).
BuildDisplayListForChild(aBuilder, kid, aDirtyRect, aLists);
return NS_OK;
}
int