Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(22)

Unified Diff: webkit/common/webpreferences.cc

Issue 24676002: Do not clear document background in Android WebView (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase r239785 Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/common/webpreferences.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/common/webpreferences.cc
diff --git a/webkit/common/webpreferences.cc b/webkit/common/webpreferences.cc
index 58b28820790b47910b65b68078b0b0d18e93e133..409693260e5ea0b00595c537f56222dfe6194606 100644
--- a/webkit/common/webpreferences.cc
+++ b/webkit/common/webpreferences.cc
@@ -81,6 +81,7 @@ WebPreferences::WebPreferences()
allow_running_insecure_content(false),
password_echo_enabled(false),
should_print_backgrounds(false),
+ should_clear_document_background(true),
enable_scroll_animator(false),
visual_word_movement_enabled(false),
lazy_layout_enabled(false),
« no previous file with comments | « webkit/common/webpreferences.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698