Bug 895274 part.242 Rename NS_TOUCH_MOVE to eTouchMove r=smaug

This commit is contained in:
Masayuki Nakano
2015-09-15 00:14:35 +09:00
parent 27a41ba675
commit c9e937321c
19 changed files with 28 additions and 27 deletions

View File

@@ -710,7 +710,7 @@ AndroidGeckoEvent::MakeTouchEvent(nsIWidget* widget)
}
}
case AndroidMotionEvent::ACTION_MOVE: {
type = NS_TOUCH_MOVE;
type = eTouchMove;
break;
}
case AndroidMotionEvent::ACTION_HOVER_EXIT: {