Backout changeset f09fdc691c66 (bug 539356) because of performance and correctness regressions

This commit is contained in:
Ehsan Akhgari 2012-07-03 20:16:25 -04:00
parent 07cd320c1c
commit 7a7b374e6a
2 changed files with 0 additions and 3 deletions

View File

@ -17,8 +17,6 @@ MODULE_NAME = nsViewModule
GRE_MODULE = 1
LIBXUL_LIBRARY = 1
DEFINES += -D_IMPL_NS_LAYOUT
CPPSRCS = \
nsView.cpp \
nsViewManager.cpp \

View File

@ -1308,7 +1308,6 @@ nsViewManager::ProcessPendingUpdates()
return;
}
mPresShell->GetPresContext()->RefreshDriver()->RevokeViewManagerFlush();
ProcessPendingUpdatesForView(mRootView, true);
}