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

Commit 644b7d95 authored by Chris Craik's avatar Chris Craik
Browse files

disable webkit paint pausing

Temporary measure for investigating potentially related bug:5964385

Change-Id: I6eb0ba25991bdf7eab506b51a9eae71e9ddd436b
parent 9090a7a2
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) {