[Pkg-mozext-commits] [firegestures] 01/07: [40.0a1] fix position gap of mouse trail

David Prévot taffit at moszumanska.debian.org
Wed Apr 15 16:19:43 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository firegestures.

commit c47d0d8844f5ef3aae56da0ac73bcfe04d420b42
Author: Gomita <gomita at xuldev.org>
Date:   Sat Apr 11 13:50:04 2015 +0900

    [40.0a1] fix position gap of mouse trail
---
 components/xdGestureHandler.js | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/components/xdGestureHandler.js b/components/xdGestureHandler.js
index 6cdaa19..b26dd54 100644
--- a/components/xdGestureHandler.js
+++ b/components/xdGestureHandler.js
@@ -688,10 +688,7 @@ xdGestureHandler.prototype = {
 		if (this._isRemote) {
 			// [e10s]
 			this._gestureObserver.sendAsyncMessage("FireGestures:DrawTrail", {
-				x1: x1 - this._drawArea.mCurrentBrowser.boxObject.screenX,
-				y1: y1 - this._drawArea.mCurrentBrowser.boxObject.screenY,
-				x2: x2 - this._drawArea.mCurrentBrowser.boxObject.screenX,
-				y2: y2 - this._drawArea.mCurrentBrowser.boxObject.screenY,
+				x1: x1, y1: y1, x2: x2, y2: y2, 
 			});
 			return;
 		}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/firegestures.git



More information about the Pkg-mozext-commits mailing list