Bug 1351447 - Rename imagelib's DrawResult to ImgDrawResult r+tnikkel r=tnikkel

Renamed to imgDrawResult

MozReview-Commit-ID: 5ESSgIhhU41
This commit is contained in:
Samathy Barratt
2017-12-11 15:37:59 +00:00
parent 00c507d005
commit 6e82a231e6
60 changed files with 347 additions and 347 deletions

View File

@@ -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,