Bug 768377 - Back out Bug 762153 due to regression on akami, r=cjones

This commit is contained in:
Michael Wu 2012-06-26 04:30:43 -07:00
parent 67022caa2d
commit e92dafc9b0

View File

@ -1206,9 +1206,7 @@ TouchButtonAccumulator::TouchButtonAccumulator() :
}
void TouchButtonAccumulator::configure(InputDevice* device) {
// Some input devices return erroneous information to us,
// which lead to have only hovering pointer ids.
//mHaveBtnTouch = device->hasKey(BTN_TOUCH);
mHaveBtnTouch = device->hasKey(BTN_TOUCH);
}
void TouchButtonAccumulator::reset(InputDevice* device) {