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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user