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

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

Merge "use hard coded WebViewProperties.gfxUseMinimalMemory"

parents 96d2abab af99ce79
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -907,7 +907,7 @@ public class TestShellActivity extends Activity implements LayoutTestController
        // 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(WebViewProperties.gfxUseMinimalMemory, "false");
        settings.setProperty("use_minimal_memory", "false");
    }

    private WebView mWebView;