Merge "Missed a case to resumeUpdatePicture." into froyo

This commit is contained in:
Grace Kloba
2010-04-16 16:34:43 -07:00
committed by Android (Google) Code Review

View File

@ -6513,6 +6513,7 @@ public class WebView extends AbsoluteLayout
if (mDeferTouchMode == TOUCH_DRAG_MODE) {
// no fling in defer process
WebViewCore.resumePriority();
WebViewCore.resumeUpdatePicture(mWebViewCore);
}
mDeferTouchMode = TOUCH_DONE_MODE;
break;