| Index: content/public/common/web_preferences.cc
|
| diff --git a/content/public/common/web_preferences.cc b/content/public/common/web_preferences.cc
|
| index 64eafb6ddc68b47455b8ad2143f2bdc801ea7262..71dfa1b15d0e957a9ed66c5d693acc5f91a81cea 100644
|
| --- a/content/public/common/web_preferences.cc
|
| +++ b/content/public/common/web_preferences.cc
|
| @@ -118,6 +118,7 @@ WebPreferences::WebPreferences()
|
| container_culling_enabled(false),
|
| allow_running_insecure_content(false),
|
| disable_reading_from_canvas(false),
|
| + force_redundant_2d_canvas_copy(false),
|
| strict_mixed_content_checking(false),
|
| strict_powerful_feature_restrictions(false),
|
| allow_geolocation_on_insecure_origins(false),
|
|
|