Bug 1116037 part 12 - Move mLineSize to RubyReflowState. r=dbaron
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user