Bug 1351447 - Rename imagelib's DrawResult to ImgDrawResult r+tnikkel r=tnikkel
Renamed to imgDrawResult MozReview-Commit-ID: 5ESSgIhhU41
This commit is contained in:
@@ -366,7 +366,7 @@ nsTableCellFrame::DecorateForSelection(DrawTarget* aDrawTarget, nsPoint aPt)
|
||||
}
|
||||
}
|
||||
|
||||
DrawResult
|
||||
ImgDrawResult
|
||||
nsTableCellFrame::PaintBackground(gfxContext& aRenderingContext,
|
||||
const nsRect& aDirtyRect,
|
||||
nsPoint aPt,
|
||||
@@ -426,7 +426,7 @@ public:
|
||||
void nsDisplayTableCellBackground::Paint(nsDisplayListBuilder* aBuilder,
|
||||
gfxContext* aCtx)
|
||||
{
|
||||
DrawResult result = static_cast<nsTableCellFrame*>(mFrame)->
|
||||
ImgDrawResult result = static_cast<nsTableCellFrame*>(mFrame)->
|
||||
PaintBackground(*aCtx, mVisibleRect, ToReferenceFrame(),
|
||||
aBuilder->GetBackgroundPaintFlags());
|
||||
|
||||
@@ -1173,7 +1173,7 @@ nsBCTableCellFrame::GetBorderOverflow()
|
||||
return halfBorder.GetPhysicalMargin(wm);
|
||||
}
|
||||
|
||||
DrawResult
|
||||
ImgDrawResult
|
||||
nsBCTableCellFrame::PaintBackground(gfxContext& aRenderingContext,
|
||||
const nsRect& aDirtyRect,
|
||||
nsPoint aPt,
|
||||
|
||||
Reference in New Issue
Block a user