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

Commit 20a14ca9 authored by Guang Zhu's avatar Guang Zhu
Browse files

disable cpu_upload path workaround

Bug: 6008123

Change-Id: I9bee623827ad82185c77875ba317c2fd95f3fce8
parent 05bd19f6
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -903,9 +903,6 @@ public class TestShellActivity extends Activity implements LayoutTestController
        settings.setWorkersEnabled(false);
        settings.setXSSAuditorEnabled(false);
        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");
        settings.setProperty("use_minimal_memory", "false");
    }