Skip to content

Commit af99ce7

Browse files
committed
use hard coded WebViewProperties.gfxUseMinimalMemory
WebViewProperties is package private to browser Change-Id: I33e4b5f42c748bb6b8a1f730be140d6fd73059b5
1 parent 06a240e commit af99ce7

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)