Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d658c024 authored by Chris Craik's avatar Chris Craik Committed by Android (Google) Code Review
Browse files

Merge "disable webkit paint pausing"

parents c43a9793 644b7d95
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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) {