commit | 85de57ad68c831729ebc46b87548ddb1e92ab6a5 | [log] [tgz] |
---|---|---|
author | Teng-Hui Zhu <ztenghui@google.com> | Thu Sep 22 15:34:29 2011 -0700 |
committer | Teng-Hui Zhu <ztenghui@google.com> | Fri Sep 23 14:26:00 2011 -0700 |
tree | 179e0a0cf8394f23471ec5978f90653d274cf84f | |
parent | 4bc6db35eafbb6f961c6bb08639c0dc211b6419c [diff] [blame] |
UI for switching texture upload mode For browser, default will be CPU upload until bug 5334978 fix. bug:5347539 The webkit part is in https://android-git.corp.google.com/g/#/c/137610/ Change-Id: Iec3a100dc142b28e54145f08a5c76210f8634cba
diff --git a/src/com/android/browser/WebViewProperties.java b/src/com/android/browser/WebViewProperties.java index 9a656d7..c410038 100644 --- a/src/com/android/browser/WebViewProperties.java +++ b/src/com/android/browser/WebViewProperties.java
@@ -18,4 +18,5 @@ public interface WebViewProperties { static final String gfxInvertedScreen = "inverted"; static final String gfxInvertedScreenContrast = "inverted_contrast"; + static final String gfxEnableCpuUploadPath = "enable_cpu_upload_path"; }