Index: ppapi/proxy/interface_list.cc |
diff --git a/ppapi/proxy/interface_list.cc b/ppapi/proxy/interface_list.cc |
index 129901c4fe5d9f9ea8f8d54e6b3eae5c5f28f85d..77b2cd1b4dd57f3cbb86202feb24b0dc665020b9 100644 |
--- a/ppapi/proxy/interface_list.cc |
+++ b/ppapi/proxy/interface_list.cc |
@@ -57,6 +57,7 @@ |
#include "ppapi/c/private/ppb_flash_fullscreen.h" |
#include "ppapi/c/private/ppb_flash.h" |
#include "ppapi/c/private/ppb_flash_device_id.h" |
+#include "ppapi/c/private/ppb_flash_font.h" |
#include "ppapi/c/private/ppb_flash_menu.h" |
#include "ppapi/c/private/ppb_flash_message_loop.h" |
#include "ppapi/c/private/ppb_flash_print.h" |
@@ -214,6 +215,8 @@ InterfaceList::InterfaceList() { |
AddPPB(PPB_OPENGLES2_QUERY_INTERFACE_1_0, API_ID_NONE, |
PPB_OpenGLES2_Shared::GetQueryInterface()); |
#if !defined(OS_NACL) |
+ AddPPB(PPB_FLASH_FONT_INTERFACE_0_1, API_ID_PPB_FLASH, |
+ PPB_Flash_Proxy::GetFlashFontInterface()); |
AddPPB(PPB_FLASH_PRINT_INTERFACE_1_0, API_ID_PPB_FLASH, |
PPB_Flash_Proxy::GetFlashPrintInterface()); |
#endif |