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

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

Merge "disable cpu_upload path workaround"

parents 3fb7ba1e 20a14ca9
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");
    }