Bug 526394. Don't paint synchronously when updating after scrolling. r=mats

This commit is contained in:
Robert O'Callahan 2009-12-18 14:00:28 +13:00
Родитель 1de2c23d38
Коммит f46a8cc400
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -669,7 +669,6 @@ nsViewManager::UpdateViewAfterScroll(nsView *aView,
GetViewObserver()->NotifyInvalidateForScrolledView(blit, update);
}
Composite();
--RootViewManager()->mScrollCnt;
}