Bug 896251 - Make nsEvent::{refPoint, lastRefPoint} LayoutDeviceIntPoints; r=smaug+kats
This commit is contained in:
@@ -1312,7 +1312,7 @@ nsHTMLFramesetFrame::StartMouseDrag(nsPresContext* aPresContext,
|
||||
|
||||
mDragger = aBorder;
|
||||
|
||||
mFirstDragPoint = aEvent->refPoint;
|
||||
mFirstDragPoint = LayoutDeviceIntPoint::ToUntyped(aEvent->refPoint);
|
||||
|
||||
// Store the original frame sizes
|
||||
if (mDragger->mVertical) {
|
||||
|
||||
Reference in New Issue
Block a user