| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 1ec6b9be307edb71efa4972e72f3d43562d27184..c167ad1fac7ab02100113a72cc33464353b83898 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -298,6 +298,8 @@ IPC_STRUCT_TRAITS_BEGIN(content::RendererPreferences)
|
| IPC_STRUCT_TRAITS_MEMBER(can_accept_load_drops)
|
| IPC_STRUCT_TRAITS_MEMBER(should_antialias_text)
|
| IPC_STRUCT_TRAITS_MEMBER(hinting)
|
| + IPC_STRUCT_TRAITS_MEMBER(use_autohinter)
|
| + IPC_STRUCT_TRAITS_MEMBER(use_bitmaps)
|
| IPC_STRUCT_TRAITS_MEMBER(subpixel_rendering)
|
| IPC_STRUCT_TRAITS_MEMBER(use_subpixel_positioning)
|
| IPC_STRUCT_TRAITS_MEMBER(focus_ring_color)
|
|
|