Removed old usage of AddPlacedFrame
git-svn-id: svn://10.0.0.236/trunk@13588 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
d5206868ec
commit
129212b050
@ -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…
x
Reference in New Issue
Block a user