We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 96d2aba + af99ce7 commit 4535e0cCopy full SHA for 4535e0c
tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java
@@ -907,7 +907,7 @@ public void setDefaultWebSettings(WebView webview) {
907
// this enables cpu upload path (as opposed to gpu upload path)
908
// and it's only meant to be a temporary workaround!
909
settings.setProperty("enable_cpu_upload_path", "true");
910
- settings.setProperty(WebViewProperties.gfxUseMinimalMemory, "false");
+ settings.setProperty("use_minimal_memory", "false");
911
}
912
913
private WebView mWebView;
0 commit comments