Bug 1259668 Rename WidgetTouchEvent::touches to WidgetTouchEvent::mTouches r=smaug

MozReview-Commit-ID: FLbows8davI
This commit is contained in:
Masayuki Nakano
2016-03-30 18:44:28 +09:00
parent 634f2481ca
commit 93fc327cc4
22 changed files with 83 additions and 79 deletions

View File

@@ -4242,7 +4242,7 @@ HTMLInputElement::PostHandleEventForRangeThumb(EventChainPostVisitor& aVisitor)
CancelRangeThumbDrag();
}
} else {
if (aVisitor.mEvent->AsTouchEvent()->touches.Length() == 1) {
if (aVisitor.mEvent->AsTouchEvent()->mTouches.Length() == 1) {
StartRangeThumbDrag(inputEvent);
} else if (mIsDraggingRange) {
CancelRangeThumbDrag();