зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1203417. Propagate error result from PaintTableFrame. r=seth
MozReview-Commit-ID: 4rRkHXUl9iE
This commit is contained in:
Родитель
66444437b6
Коммит
005e370b1f
|
@ -283,8 +283,9 @@ TableBackgroundPainter::PaintTable(nsTableFrame* aTableFrame,
|
|||
}
|
||||
|
||||
if (aPaintTableBackground) {
|
||||
PaintTableFrame(aTableFrame, rowGroups[0], rowGroups[rowGroups.Length() - 1],
|
||||
aDeflate);
|
||||
result &=
|
||||
PaintTableFrame(aTableFrame, rowGroups[0], rowGroups[rowGroups.Length() - 1],
|
||||
aDeflate);
|
||||
}
|
||||
|
||||
/*Set up column background/border data*/
|
||||
|
|
Загрузка…
Ссылка в новой задаче