summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/WebViewProperties.java
diff options
context:
space:
mode:
authorTeng-Hui Zhu <ztenghui@google.com>2011-11-07 12:54:43 -0800
committerTeng-Hui Zhu <ztenghui@google.com>2011-11-07 13:53:12 -0800
commit164f74e38918ea01a5f631a7cf4d807d397c6a51 (patch)
tree574a385c5b915ac6f9f83077ef21ddc20bc76e14 /src/com/android/browser/WebViewProperties.java
parent91c61a5b3bd8de65e30a0ead6d1f634a6dc7a79f (diff)
downloadandroid_packages_apps_Gello-164f74e38918ea01a5f631a7cf4d807d397c6a51.tar.gz
android_packages_apps_Gello-164f74e38918ea01a5f631a7cf4d807d397c6a51.tar.bz2
android_packages_apps_Gello-164f74e38918ea01a5f631a7cf4d807d397c6a51.zip
Add support to minimize the WebView's memory consumption by default
webkit change is c/148241 bug:5522175 Change-Id: I8562c39c55913ab89848afe8a36e8a2784c12727
Diffstat (limited to 'src/com/android/browser/WebViewProperties.java')
-rw-r--r--src/com/android/browser/WebViewProperties.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/browser/WebViewProperties.java b/src/com/android/browser/WebViewProperties.java
index c4100381..c6629579 100644
--- a/src/com/android/browser/WebViewProperties.java
+++ b/src/com/android/browser/WebViewProperties.java
@@ -19,4 +19,5 @@ public interface WebViewProperties {
static final String gfxInvertedScreen = "inverted";
static final String gfxInvertedScreenContrast = "inverted_contrast";
static final String gfxEnableCpuUploadPath = "enable_cpu_upload_path";
+ static final String gfxUseMinimalMemory = "use_minimal_memory";
}