bug 688618 - trailing while panning in fennec, be consistant on all platforms r=roc

This commit is contained in:
Brad Lassey 2011-09-23 13:21:04 -04:00
parent df1c088994
commit ce0d25a190

View File

@ -465,13 +465,8 @@ NS_IMETHODIMP nsViewManager::Composite()
if (!IsRootVM()) {
return RootViewManager()->Composite();
}
#ifndef MOZ_GFX_OPTIMIZE_MOBILE
if (UpdateCount() > 0)
#endif
{
ForceUpdate();
ClearUpdateCount();
}
ForceUpdate();
ClearUpdateCount();
return NS_OK;
}