Bug 895274 part.244 Rename NS_TOUCH_CANCEL to eTouchCancel r=smaug
This commit is contained in:
@@ -729,7 +729,7 @@ AndroidGeckoEvent::MakeTouchEvent(nsIWidget* widget)
|
||||
}
|
||||
case AndroidMotionEvent::ACTION_OUTSIDE:
|
||||
case AndroidMotionEvent::ACTION_CANCEL: {
|
||||
type = NS_TOUCH_CANCEL;
|
||||
type = eTouchCancel;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user