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

Commit 04fcfe3e authored by Guang Zhu's avatar Guang Zhu Committed by Android Git Automerger
Browse files

am 4535e0c7: Merge "use hard coded WebViewProperties.gfxUseMinimalMemory"

* commit '4535e0c7':
  use hard coded WebViewProperties.gfxUseMinimalMemory
parents 9e523294 4535e0c7
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;