Bug 896251 - Make nsEvent::{refPoint, lastRefPoint} LayoutDeviceIntPoints; r=smaug+kats

This commit is contained in:
Ms2ger
2013-08-02 09:05:16 +02:00
parent 4dd7fdb52a
commit 71e84fb181
35 changed files with 202 additions and 166 deletions

View File

@@ -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) {