mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-08 12:22:34 +00:00
Removed old usage of AddPlacedFrame
This commit is contained in:
parent
0848982512
commit
b25c3384c4
@ -653,11 +653,7 @@ nsInlineReflow::PlaceFrame(nsHTMLReflowMetrics& aMetrics)
|
||||
// applies if the frame ends up with a non-zero height.
|
||||
if (!emptyFrame) {
|
||||
// Inform line layout that we have placed a non-empty frame
|
||||
#ifdef NS_DEBUG
|
||||
mLineLayout.AddPlacedFrame(mFrameData->mFrame);
|
||||
#else
|
||||
mLineLayout.AddPlacedFrame();
|
||||
#endif
|
||||
|
||||
// Update max-element-size
|
||||
if (mComputeMaxElementSize) {
|
||||
|
Loading…
Reference in New Issue
Block a user