| 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;
|
|
|