| Index: content/public/common/common_param_traits_macros.h
|
| diff --git a/content/public/common/common_param_traits_macros.h b/content/public/common/common_param_traits_macros.h
|
| index c7c9296dfe149ee1bfbf0a3b3667b6c95961ba1c..7b9f02352b0c71d5c3c46922ddeeb7481b3cc44b 100644
|
| --- a/content/public/common/common_param_traits_macros.h
|
| +++ b/content/public/common/common_param_traits_macros.h
|
| @@ -171,6 +171,7 @@ IPC_STRUCT_TRAITS_BEGIN(content::WebPreferences)
|
| IPC_STRUCT_TRAITS_MEMBER(container_culling_enabled)
|
| IPC_STRUCT_TRAITS_MEMBER(allow_running_insecure_content)
|
| IPC_STRUCT_TRAITS_MEMBER(disable_reading_from_canvas)
|
| + IPC_STRUCT_TRAITS_MEMBER(force_redundant_2d_canvas_copy)
|
| IPC_STRUCT_TRAITS_MEMBER(strict_mixed_content_checking)
|
| IPC_STRUCT_TRAITS_MEMBER(strict_powerful_feature_restrictions)
|
| IPC_STRUCT_TRAITS_MEMBER(allow_geolocation_on_insecure_origins)
|
|
|