Backed out changeset 8f2dd8f13b53 (bug 1388161) for failing chrome's test_animation_performance_warning.html | preserve-3d transform. r=backout
This commit is contained in:
@@ -472,6 +472,7 @@ PaintTableCellSelection(nsIFrame* aFrame, DrawTarget* aDrawTarget,
|
||||
|
||||
void
|
||||
nsTableCellFrame::BuildDisplayList(nsDisplayListBuilder* aBuilder,
|
||||
const nsRect& aDirtyRect,
|
||||
const nsDisplayListSet& aLists)
|
||||
{
|
||||
DO_GLOBAL_REFLOW_COUNT_DSP("nsTableCellFrame");
|
||||
@@ -533,7 +534,7 @@ nsTableCellFrame::BuildDisplayList(nsDisplayListBuilder* aBuilder,
|
||||
// because that/ would put the child's background in the Content() list
|
||||
// which isn't right (e.g., would end up on top of our child floats for
|
||||
// event handling).
|
||||
BuildDisplayListForChild(aBuilder, kid, aLists);
|
||||
BuildDisplayListForChild(aBuilder, kid, aDirtyRect, aLists);
|
||||
}
|
||||
|
||||
nsIFrame::LogicalSides
|
||||
|
||||
Reference in New Issue
Block a user