From 6bc99c60ff89c7671ac46df91b670e241817541c Mon Sep 17 00:00:00 2001 From: "kipp%netscape.com" Date: Fri, 23 Apr 1999 20:01:38 +0000 Subject: [PATCH] nit git-svn-id: svn://10.0.0.236/trunk@28932 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/generic/nsLineLayout.cpp | 3 ++- mozilla/layout/html/base/src/nsLineLayout.cpp | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/mozilla/layout/generic/nsLineLayout.cpp b/mozilla/layout/generic/nsLineLayout.cpp index 91180e36841..ebe21a6bb91 100644 --- a/mozilla/layout/generic/nsLineLayout.cpp +++ b/mozilla/layout/generic/nsLineLayout.cpp @@ -836,7 +836,8 @@ nsLineLayout::ReflowFrame(nsIFrame* aFrame, mSpaceManager->Translate(tx, ty); htmlReflow->Reflow(mPresContext, metrics, reflowState, aReflowStatus); - // XXX + // XXX See if the frame is a placeholderFrame and if it is process + // the floater. nsIAtom* frameType; aFrame->GetFrameType(&frameType); if (frameType) { diff --git a/mozilla/layout/html/base/src/nsLineLayout.cpp b/mozilla/layout/html/base/src/nsLineLayout.cpp index 91180e36841..ebe21a6bb91 100644 --- a/mozilla/layout/html/base/src/nsLineLayout.cpp +++ b/mozilla/layout/html/base/src/nsLineLayout.cpp @@ -836,7 +836,8 @@ nsLineLayout::ReflowFrame(nsIFrame* aFrame, mSpaceManager->Translate(tx, ty); htmlReflow->Reflow(mPresContext, metrics, reflowState, aReflowStatus); - // XXX + // XXX See if the frame is a placeholderFrame and if it is process + // the floater. nsIAtom* frameType; aFrame->GetFrameType(&frameType); if (frameType) {