Bug 1277129 Part 6b - Rename rendContext to mRenderingContext in SizeComputationInput. r=dbaron

MozReview-Commit-ID: LczLJDtDncy
This commit is contained in:
Ting-Yu Lin
2016-07-21 18:36:38 +08:00
parent a16062e5d0
commit 3b9a7090d9
26 changed files with 42 additions and 42 deletions

View File

@@ -537,7 +537,7 @@ BasicTableLayoutStrategy::ComputeColumnISizes(const ReflowInput& aReflowState)
"dirtyness out of sync");
// XXX Is this needed?
if (mMinISize == NS_INTRINSIC_WIDTH_UNKNOWN) {
ComputeIntrinsicISizes(aReflowState.rendContext);
ComputeIntrinsicISizes(aReflowState.mRenderingContext);
}
nsTableCellMap *cellMap = mTableFrame->GetCellMap();