mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
Extra patch to quiet an assertion, b=323733, r+sr=roc
This commit is contained in:
parent
287ceb402b
commit
1877e44608
@ -184,6 +184,10 @@ printf("\n");
|
||||
|
||||
// place and size children
|
||||
FinalizeReflow(*aReflowState.rendContext, aDesiredSize);
|
||||
|
||||
// XXX set a tentative size for the overflow area. The frame might still be
|
||||
// stretched later.
|
||||
aDesiredSize.mOverflowArea.SetRect(0, 0, aDesiredSize.width, aDesiredSize.height);
|
||||
FinishAndStoreOverflow(&aDesiredSize);
|
||||
|
||||
aStatus = NS_FRAME_COMPLETE;
|
||||
|
Loading…
Reference in New Issue
Block a user