Merge "Force redraw in touch_up if there is a move." into froyo

This commit is contained in:
Grace Kloba
2010-04-19 12:14:41 -07:00
committed by Android (Google) Code Review

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 {