Bug 895274 part.241 Rename NS_TOUCH_START to eTouchStart r=smaug

This commit is contained in:
Masayuki Nakano
2015-09-15 00:14:34 +09:00
parent 2e77873b6e
commit 27a41ba675
25 changed files with 40 additions and 40 deletions

View File

@@ -701,7 +701,7 @@ AndroidGeckoEvent::MakeTouchEvent(nsIWidget* widget)
}
case AndroidMotionEvent::ACTION_DOWN:
case AndroidMotionEvent::ACTION_POINTER_DOWN: {
type = NS_TOUCH_START;
type = eTouchStart;
break;
}
case AndroidMotionEvent::ACTION_HOVER_MOVE: {