Index: ppapi/proxy/ppapi_messages.h |
diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h |
index 78f9edab6f79c1422c7516682c56bd159242ea95..42ef3630989e4d9de7d83c5fbb802ffbadff01eb 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) |