Bug 935593 - Remove an incorrect input event transformation. r=jimm

This commit is contained in:
Kartikaya Gupta 2013-11-06 12:49:00 -05:00
Родитель efcf3b1389
Коммит 98c132e989
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -392,7 +392,6 @@ APZCTreeManager::ProcessEvent(const WidgetInputEvent& aEvent,
gfx3DMatrix transformToApzc;
gfx3DMatrix transformToGecko;
GetInputTransforms(apzc, transformToApzc, transformToGecko);
ApplyTransform(&(aOutEvent->refPoint), transformToApzc);
gfx3DMatrix outTransform = transformToApzc * transformToGecko;
ApplyTransform(&(aOutEvent->refPoint), outTransform);
return nsEventStatus_eIgnore;