| Index: ppapi/proxy/ppapi_messages.h
|
| diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h
|
| index 3eba62ee9f52b3a5ecfdd61138a2cb10400e7fa7..3abb7866a389cf6e5a3c0895e8a923110560719e 100644
|
| --- a/ppapi/proxy/ppapi_messages.h
|
| +++ b/ppapi/proxy/ppapi_messages.h
|
| @@ -132,6 +132,8 @@ IPC_STRUCT_TRAITS_BEGIN(ppapi::Preferences)
|
| 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_MEMBER(is_3d_supported)
|
| + IPC_STRUCT_TRAITS_MEMBER(is_stage3d_supported)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(ppapi::InputEventData)
|
|
|