am 6fdd4963: Merge "DO NOT MERGE Remove dead code" into jb-dev

* commit '6fdd49630834b1c20a781c9d29b241a68d1289ef':
  DO NOT MERGE Remove dead code
This commit is contained in:
John Reck
2012-08-30 14:53:42 -07:00
committed by Android Git Automerger

View File

@@ -1368,7 +1368,7 @@ public final class WebViewClassic implements WebViewProvider, WebViewProvider.Sc
if (action == MotionEvent.ACTION_POINTER_DOWN) {
cancelTouch();
action = MotionEvent.ACTION_DOWN;
} else if (action == MotionEvent.ACTION_POINTER_UP && ev.getPointerCount() >= 2) {
} else if (action == MotionEvent.ACTION_POINTER_UP) {
// set mLastTouchX/Y to the remaining points for multi-touch.
mLastTouchX = Math.round(x);
mLastTouchY = Math.round(y);