am 99c5179f: Merge "Force redraw in touch_up if there is a move." into froyo

Merge commit '99c5179fafcccff2bcc05b4c7fb04007bb438f67' into froyo-plus-aosp

* commit '99c5179fafcccff2bcc05b4c7fb04007bb438f67':
  Force redraw in touch_up if there is a move.
This commit is contained in:
Grace Kloba
2010-04-19 12:18:22 -07:00
committed by Android Git Automerger

View File

@@ -4939,6 +4939,11 @@ public class WebView extends AbsoluteLayout
WebViewCore.pauseUpdatePicture(mWebViewCore);
// fall through to TOUCH_DRAG_MODE
} else {
// WebKit may consume the touch event and modify
// DOM. drawContentPicture() will be called with
// animateSroll as true for better performance.
// Force redraw in high-quality.
invalidate();
break;
}
} else {