Index: ppapi/proxy/ppapi_messages.h |
diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h |
index 785d7ab7dafedfc8b168b30f390ab693bf0b6c8a..66cf73cd7e846df8b4ccb7f96c61039d83a04593 100644 |
--- a/ppapi/proxy/ppapi_messages.h |
+++ b/ppapi/proxy/ppapi_messages.h |
@@ -1445,6 +1445,11 @@ IPC_MESSAGE_CONTROL0(PpapiHostMsg_TrueTypeFontSingleton_Create) |
IPC_MESSAGE_CONTROL0(PpapiHostMsg_TrueTypeFontSingleton_GetFontFamilies) |
IPC_MESSAGE_CONTROL1(PpapiPluginMsg_TrueTypeFontSingleton_GetFontFamiliesReply, |
std::vector<std::string> /* font_families */) |
+IPC_MESSAGE_CONTROL1(PpapiHostMsg_TrueTypeFontSingleton_GetFontsInFamily, |
+ std::string /* family */) |
+IPC_MESSAGE_CONTROL1(PpapiPluginMsg_TrueTypeFontSingleton_GetFontsInFamilyReply, |
+ std::vector<ppapi::proxy::SerializedTrueTypeFontDesc> |
+ /* fonts */) |
IPC_MESSAGE_CONTROL1(PpapiHostMsg_TrueTypeFont_Create, |
ppapi::proxy::SerializedTrueTypeFontDesc /* desc */) |
IPC_MESSAGE_CONTROL0(PpapiHostMsg_TrueTypeFont_Describe) |