| Index: content/public/common/web_preferences.cc
|
| diff --git a/content/public/common/web_preferences.cc b/content/public/common/web_preferences.cc
|
| index 365db2091618f0a557eeb9aac8eed091b03cbfa1..be398ad5f3c2e09fa8fa87193135010096ff5a60 100644
|
| --- a/content/public/common/web_preferences.cc
|
| +++ b/content/public/common/web_preferences.cc
|
| @@ -220,7 +220,8 @@ WebPreferences::WebPreferences()
|
| default_minimum_page_scale_factor(1.f),
|
| default_maximum_page_scale_factor(4.f),
|
| #endif
|
| - hide_download_ui(false) {
|
| + hide_download_ui(false),
|
| + background_video_track_optimization_enabled(false) {
|
| standard_font_family_map[kCommonScript] =
|
| base::ASCIIToUTF16("Times New Roman");
|
| fixed_font_family_map[kCommonScript] = base::ASCIIToUTF16("Courier New");
|
|
|