Merge "disable webkit paint pausing"

This commit is contained in:
Chris Craik
2012-02-14 15:56:08 -08:00
committed by Android (Google) Code Review

View File

@@ -4803,7 +4803,9 @@ public class WebView extends AbsoluteLayout
if (layer == 0 || isPictureAfterFirstLayout) {
mWebViewCore.resumeWebKitDraw();
} else if (queueFull) {
mWebViewCore.pauseWebKitDraw();
// temporarily disable webkit draw throttling
// TODO: re-enable
// mWebViewCore.pauseWebKitDraw();
}
if (mHTML5VideoViewProxy != null) {