| Index: content/public/common/web_preferences.h
|
| diff --git a/content/public/common/web_preferences.h b/content/public/common/web_preferences.h
|
| index d7e3f80a2b5c22179f4b20d5513c4aa9943e3f2b..930d780f634d6fa653c8be764f6471292105122c 100644
|
| --- a/content/public/common/web_preferences.h
|
| +++ b/content/public/common/web_preferences.h
|
| @@ -140,6 +140,7 @@ struct CONTENT_EXPORT WebPreferences {
|
| bool allow_running_insecure_content;
|
| // If true, taints all <canvas> elements, regardless of origin.
|
| bool disable_reading_from_canvas;
|
| + bool force_redundant_2d_canvas_copy;
|
| // Strict mixed content checking disables both displaying and running insecure
|
| // mixed content, and disables embedder notifications that such content was
|
| // requested (thereby preventing user override).
|
|
|