Index: ppapi/proxy/ppapi_messages.h |
=================================================================== |
--- ppapi/proxy/ppapi_messages.h (revision 85766) |
+++ ppapi/proxy/ppapi_messages.h (working copy) |
@@ -518,6 +518,10 @@ |
pp::proxy::HostResource /* connector */, |
std::string /* net_address_as_string */) |
+// PPB_Font. |
+IPC_SYNC_MESSAGE_CONTROL0_1(PpapiHostMsg_PPBFont_GetFontFamilies, |
+ std::string /* result */) |
+ |
// PPB_Fullscreen. |
IPC_SYNC_MESSAGE_ROUTED2_1(PpapiHostMsg_PPBFullscreen_SetFullscreen, |
PP_Instance /* instance */, |