Bug 1259656 part.1 Rename WidgetEvent::refPoint to WidgetEvent::mRefPoint r=smaug

MozReview-Commit-ID: ESWM5ZyBpSR
This commit is contained in:
Masayuki Nakano
2016-04-18 23:09:02 +09:00
parent f10cb853d6
commit 99eab530eb
57 changed files with 204 additions and 201 deletions

View File

@@ -621,7 +621,7 @@ nsNumberControlFrame::GetSpinButtonForPointerEvent(WidgetGUIEvent* aEvent) const
// half of the element, or down if it's over the bottom half. This is
// important to handle since this is the state things are in for the
// default UA style sheet. See the comment in forms.css for why.
LayoutDeviceIntPoint absPoint = aEvent->refPoint;
LayoutDeviceIntPoint absPoint = aEvent->mRefPoint;
nsPoint point =
nsLayoutUtils::GetEventCoordinatesRelativeTo(aEvent,
absPoint, mSpinBox->GetPrimaryFrame());