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

Commit af99ce79 authored by Guang Zhu's avatar Guang Zhu
Browse files

use hard coded WebViewProperties.gfxUseMinimalMemory

WebViewProperties is package private to browser

Change-Id: I33e4b5f42c748bb6b8a1f730be140d6fd73059b5
parent 06a240e8
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;