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

Unified Diff: webkit/common/webpreferences.h

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 | « content/renderer/web_preferences.cc ('k') | webkit/common/webpreferences.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/common/webpreferences.h
diff --git a/webkit/common/webpreferences.h b/webkit/common/webpreferences.h
index 6f40191aaf6b6418b3d9d0599b7c66d2949c23d1..6e689d1a7301aaad810b4bc8edd3329b4c07c840 100644
--- a/webkit/common/webpreferences.h
+++ b/webkit/common/webpreferences.h
@@ -129,6 +129,7 @@ struct WEBKIT_COMMON_EXPORT WebPreferences {
bool allow_running_insecure_content;
bool password_echo_enabled;
bool should_print_backgrounds;
+ bool should_clear_document_background;
bool enable_scroll_animator;
bool visual_word_movement_enabled;
bool css_variables_enabled;
« no previous file with comments | « content/renderer/web_preferences.cc ('k') | webkit/common/webpreferences.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698