Bug 1116037 part 12 - Move mLineSize to RubyReflowState. r=dbaron

This commit is contained in:
Xidorn Quan
2014-12-30 11:20:10 +11:00
parent 6e53ba9ae1
commit 2dffaa6260
6 changed files with 16 additions and 16 deletions

View File

@@ -139,5 +139,5 @@ nsRubyTextContainerFrame::Reflow(nsPresContext* aPresContext,
WritingMode lineWM = aReflowState.mLineLayout->GetWritingMode();
const RubyReflowState::TextContainerInfo& info =
aReflowState.mRubyReflowState->GetCurrentTextContainerInfo(this);
aDesiredSize.SetSize(lineWM, mLineSize);
aDesiredSize.SetSize(lineWM, info.mLineSize);
}