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

Commit 07b20119 authored by Chris Craik's avatar Chris Craik
Browse files

reenable webkit paint pausing

bug:6016196

Change-Id: I4fcab8d84b39f033724c45845ef6c67b3071c509
parent b7a40075
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -4925,9 +4925,7 @@ public final class WebViewClassic implements WebViewProvider, WebViewProvider.Sc
        if (layer == 0 || isPictureAfterFirstLayout) {
            mWebViewCore.resumeWebKitDraw();
        } else if (queueFull) {
            // temporarily disable webkit draw throttling
            // TODO: re-enable
            // mWebViewCore.pauseWebKitDraw();
            mWebViewCore.pauseWebKitDraw();
        }

        if (mHTML5VideoViewProxy != null) {