| Index: content/public/common/web_preferences.h
|
| diff --git a/content/public/common/web_preferences.h b/content/public/common/web_preferences.h
|
| index 3fb1a79406f3f10d2d3f0c9794315c9ddd018197..bf37086472de588bf0fbd1f4473656dad3799452 100644
|
| --- a/content/public/common/web_preferences.h
|
| +++ b/content/public/common/web_preferences.h
|
| @@ -17,6 +17,7 @@
|
|
|
| namespace blink {
|
| class WebView;
|
| +typedef unsigned WebColor;
|
| }
|
|
|
| namespace content {
|
| @@ -177,6 +178,12 @@ struct CONTENT_EXPORT WebPreferences {
|
| int number_of_cpu_cores;
|
| EditingBehavior editing_behavior;
|
| bool supports_multiple_windows;
|
| +
|
| + // The color to paint before initial style is applied. This is modified by
|
| + // downstream products (eg Opera TV) to avoid white screen flashes when
|
| + // opening new tabs.
|
| + blink::WebColor default_background_color;
|
| +
|
| bool viewport_enabled;
|
| bool viewport_meta_enabled;
|
| bool shrinks_viewport_contents_to_fit;
|
|
|