Bug 895274 part.244 Rename NS_TOUCH_CANCEL to eTouchCancel r=smaug

This commit is contained in:
Masayuki Nakano
2015-09-15 00:14:35 +09:00
parent c52e0f004e
commit 0eb5af44b6
19 changed files with 29 additions and 30 deletions

View File

@@ -729,7 +729,7 @@ AndroidGeckoEvent::MakeTouchEvent(nsIWidget* widget)
}
case AndroidMotionEvent::ACTION_OUTSIDE:
case AndroidMotionEvent::ACTION_CANCEL: {
type = NS_TOUCH_CANCEL;
type = eTouchCancel;
break;
}
}