summaryrefslogtreecommitdiff
path: root/core/java/android/webkit/DebugFlags.java
diff options
context:
space:
mode:
authorChris Craik <ccraik@google.com>2011-07-25 14:35:22 -0700
committerChris Craik <ccraik@google.com>2011-07-27 11:19:14 -0700
commite3e7a88b4d83d46be5a6c766dc4340cd1687d693 (patch)
treefc42c9317fad5ee64a6cf264619ab6bf9eb95c9e /core/java/android/webkit/DebugFlags.java
parent40c4321df41eec6eba7e5001c7e13e9b7680b1fb (diff)
Use WebTextView overlay to render text fields/areas much faster
bug:5008210 Still has the following issues: * colors are always black & white * ignores centering, word wrap from text area * gray background text (such as with instant search) and other textfield effects aren't shown The DebugFlags.DRAW_WEBTEXTVIEW can still be used to overlay red text over the input box. Change-Id: I7f22321c31b9edbc5351cac13f2e17b0ee19d563
Diffstat (limited to 'core/java/android/webkit/DebugFlags.java')
-rw-r--r--core/java/android/webkit/DebugFlags.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/webkit/DebugFlags.java b/core/java/android/webkit/DebugFlags.java
index 3cb5e24ec26c..a21d3ee762da 100644
--- a/core/java/android/webkit/DebugFlags.java
+++ b/core/java/android/webkit/DebugFlags.java
@@ -47,7 +47,7 @@ class DebugFlags {
public static final boolean WEB_VIEW_CORE = false;
/*
* Set to true to allow the WebTextView to draw on top of the web page in a
- * different color so that you can see how the two line up.
+ * different color with no background so you can see how the two line up.
*/
public static final boolean DRAW_WEBTEXTVIEW = false;
}