Bug 539356 - Part 16 - Revoke any pending ViewManager flushes when we do one (sometimes we get this called from Will Paint events). r=roc

This commit is contained in:
Matt Woodrow 2012-08-13 22:10:11 +12:00
Родитель 4c8ca7e07c
Коммит 8aaca49080
2 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

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

Просмотреть файл

@ -1285,6 +1285,7 @@ nsViewManager::ProcessPendingUpdates()
return;
}
mPresShell->GetPresContext()->RefreshDriver()->RevokeViewManagerFlush();
if (mHasPendingUpdates) {
mHasPendingUpdates = false;