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

Merge commit '66fa5cc73dd20e8656c478e95f07798d8e20b44a' into kraken

* commit '66fa5cc73dd20e8656c478e95f07798d8e20b44a':
  Force redraw in touch_up if there is a move.
This commit is contained in:
Grace Kloba
2010-04-19 12:23:54 -07:00
committed by Android Git Automerger

View File

@@ -4939,6 +4939,11 @@ public class WebView extends AbsoluteLayout
WebViewCore.pauseUpdatePicture(mWebViewCore); WebViewCore.pauseUpdatePicture(mWebViewCore);
// fall through to TOUCH_DRAG_MODE // fall through to TOUCH_DRAG_MODE
} else { } 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; break;
} }
} else { } else {