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
Родитель fc507a7b00
Коммит 3a799f9d61
1 изменённых файлов: 0 добавлений и 1 удалений

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

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