Bug 801488. Don't flush notifications when dragging a XUL splitter. r=bzbarsky

This commit is contained in:
Robert O'Callahan 2012-10-26 14:39:24 +13:00
parent 9174df61e2
commit 32732ce56c

View File

@ -901,10 +901,6 @@ nsSplitterFrameInner::AdjustChildren(nsPresContext* aPresContext)
AdjustChildren(aPresContext, mChildInfosBefore, mChildInfosBeforeCount, isHorizontal);
AdjustChildren(aPresContext, mChildInfosAfter, mChildInfosAfterCount, isHorizontal);
// printf("----- Posting Dirty -----\n");
aPresContext->PresShell()->FlushPendingNotifications(Flush_Display);
}
static nsIFrame* GetChildBoxForContent(nsIFrame* aParentBox, nsIContent* aContent)