Chromium Code Reviews| 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 1d045b0f484a47270cc9824fe13e4e9f56188368..f4c615fb430dc2ddc5dd82c371832fee7e30e778 100644 |
| --- a/content/public/common/common_param_traits_macros.h |
| +++ b/content/public/common/common_param_traits_macros.h |
| @@ -163,6 +163,7 @@ IPC_STRUCT_TRAITS_BEGIN(content::WebPreferences) |
| IPC_STRUCT_TRAITS_MEMBER(pointer_events_max_touch_points) |
| IPC_STRUCT_TRAITS_MEMBER(sync_xhr_in_documents_enabled) |
| IPC_STRUCT_TRAITS_MEMBER(deferred_image_decoding_enabled) |
| + IPC_STRUCT_TRAITS_MEMBER(decode_to_yuv_enabled) |
|
Stephen White
2014/09/26 20:41:31
Maybe this (and everything Chrome-side) should be
sugoi1
2014/09/29 14:57:27
Done.
|
| IPC_STRUCT_TRAITS_MEMBER(should_respect_image_orientation) |
| IPC_STRUCT_TRAITS_MEMBER(number_of_cpu_cores) |
| IPC_STRUCT_TRAITS_MEMBER(editing_behavior) |