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

Commit 25438e21 authored by Guang Zhu's avatar Guang Zhu Committed by Android (Google) Code Review
Browse files

Merge "Use CPU upload path in DRT"

parents 816b776b ef4d25c8
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -916,6 +916,9 @@ public class TestShellActivity extends Activity implements LayoutTestController
        settings.setWorkersEnabled(false);
        settings.setWorkersEnabled(false);
        settings.setXSSAuditorEnabled(false);
        settings.setXSSAuditorEnabled(false);
        settings.setPageCacheCapacity(0);
        settings.setPageCacheCapacity(0);
        // this enables cpu upload path (as opposed to gpu upload path)
        // and it's only meant to be a temporary workaround!
        settings.setProperty("enable_cpu_upload_path", "true");
    }
    }


    private WebView mWebView;
    private WebView mWebView;