Bug 1259655 - part 1 Rename WidgetEventTime::time to WidgetEventTime::mTime r=masayuki

MozReview-Commit-ID: 7lBCEVkanvF
This commit is contained in:
Arata Furukawa
2016-03-28 13:29:42 +09:00
parent 5cfad8544b
commit a3f2b4162e
51 changed files with 89 additions and 89 deletions

View File

@@ -608,7 +608,7 @@ AndroidGeckoEvent::MakeTouchEvent(nsIWidget* widget)
}
event.modifiers = DOMModifiers();
event.time = Time();
event.mTime = Time();
const LayoutDeviceIntPoint& offset = widget->WidgetToScreenOffset();
event.touches.SetCapacity(endIndex - startIndex);
@@ -728,7 +728,7 @@ AndroidGeckoEvent::MakeMouseEvent(nsIWidget* widget)
event.clickCount = 1;
}
event.modifiers = DOMModifiers();
event.time = Time();
event.mTime = Time();
// We are dispatching this event directly into Gecko (as opposed to going
// through the AsyncPanZoomController), and the Points() array has points