summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/WebViewProperties.java
diff options
context:
space:
mode:
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 9a656d7..c410038 100644
--- a/src/com/android/browser/WebViewProperties.java
+++ b/src/com/android/browser/WebViewProperties.java
@@ -18,4 +18,5 @@ package com.android.browser;
public interface WebViewProperties {
static final String gfxInvertedScreen = "inverted";
static final String gfxInvertedScreenContrast = "inverted_contrast";
+ static final String gfxEnableCpuUploadPath = "enable_cpu_upload_path";
}