Add missing }

This commit is contained in:
wolfbeast 2018-08-25 22:38:58 +02:00 committed by Roy Tam
commit a7ef78cf06

View file

@ -3245,6 +3245,7 @@ EventStateManager::PostHandleEvent(nsPresContext* aPresContext,
double deltaX = wheelEvent->mDeltaX;
wheelEvent->mDeltaX = wheelEvent->mDeltaY;
wheelEvent->mDeltaY = deltaX;
}
case WheelPrefs::ACTION_SCROLL: {
// For scrolling of default action, we should honor the mouse wheel
// transaction.