Merge "Missed a case to resumeUpdatePicture." into froyo
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user