Ifdef out the call to nsFrame::CreateAndPostReflowCommand() on the Mac build for now.

git-svn-id: svn://10.0.0.236/trunk@57540 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
nisheeth%netscape.com
2000-01-12 10:41:15 +00:00
parent 0911a05ccb
commit af4a0a5bb4
6 changed files with 18 additions and 0 deletions

View File

@@ -6035,8 +6035,11 @@ nsBlockFrame::ReflowDirtyChild(nsIPresShell* aPresShell, nsIFrame* aChild)
// post a dirty children reflow command targeted at yourself
mState |= NS_FRAME_HAS_DIRTY_CHILDREN;
#ifndef XP_MAC
nsFrame::CreateAndPostReflowCommand(aPresShell, this,
nsIReflowCommand::ReflowDirty, nsnull, nsnull, nsnull);
#endif
}
else {
if (!(mState & NS_FRAME_IS_DIRTY)) {