Skip to content

Commit 4535e0c

Browse files
guang-googleAndroid (Google) Code Review
authored andcommitted
Merge "use hard coded WebViewProperties.gfxUseMinimalMemory"
2 parents 96d2aba + af99ce7 commit 4535e0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/DumpRenderTree/src/com/android/dumprendertree/TestShellActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -907,7 +907,7 @@ public void setDefaultWebSettings(WebView webview) {
907907
// this enables cpu upload path (as opposed to gpu upload path)
908908
// and it's only meant to be a temporary workaround!
909909
settings.setProperty("enable_cpu_upload_path", "true");
910-
settings.setProperty(WebViewProperties.gfxUseMinimalMemory, "false");
910+
settings.setProperty("use_minimal_memory", "false");
911911
}
912912

913913
private WebView mWebView;

0 commit comments

Comments
 (0)