Bug 1169690 - Accelerate flings correctly in the presence of overscroll handoff. r=kats

--HG--
extra : source : bcb4719f55c2840a88c99fa2f1019c2796514087
This commit is contained in:
Botond Ballo 2015-06-03 16:50:59 -04:00
Родитель 88ea47befb
Коммит 8e53da6b90
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -1254,10 +1254,9 @@ APZCTreeManager::DispatchFling(AsyncPanZoomController* aPrev,
transformedVelocity = endPoint - startPoint;
bool handoff = (startIndex < 1) ? aHandoff : true;
if (current->AttemptFling(transformedVelocity,
aOverscrollHandoffChain,
handoff)) {
aHandoff)) {
return true;
}
}