| Index: ppapi/proxy/ppapi_messages.h
|
| diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h
|
| index b40d9a8527988f1e5d0c37900f384fcea2239247..acedaf24ddf63b90220b0a3016895bf8631257c4 100644
|
| --- a/ppapi/proxy/ppapi_messages.h
|
| +++ b/ppapi/proxy/ppapi_messages.h
|
| @@ -123,10 +123,10 @@ IPC_STRUCT_TRAITS_BEGIN(ppapi::ViewData)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(ppapi::Preferences)
|
| - IPC_STRUCT_TRAITS_MEMBER(standard_font_family)
|
| - IPC_STRUCT_TRAITS_MEMBER(fixed_font_family)
|
| - IPC_STRUCT_TRAITS_MEMBER(serif_font_family)
|
| - IPC_STRUCT_TRAITS_MEMBER(sans_serif_font_family)
|
| + IPC_STRUCT_TRAITS_MEMBER(standard_font_family_map)
|
| + IPC_STRUCT_TRAITS_MEMBER(fixed_font_family_map)
|
| + IPC_STRUCT_TRAITS_MEMBER(serif_font_family_map)
|
| + IPC_STRUCT_TRAITS_MEMBER(sans_serif_font_family_map)
|
| IPC_STRUCT_TRAITS_MEMBER(default_font_size)
|
| IPC_STRUCT_TRAITS_MEMBER(default_fixed_font_size)
|
| IPC_STRUCT_TRAITS_END()
|
|
|