Index: content/renderer/pepper/pepper_truetype_font_host.cc |
=================================================================== |
--- content/renderer/pepper/pepper_truetype_font_host.cc (revision 270145) |
+++ content/renderer/pepper/pepper_truetype_font_host.cc (working copy) |
@@ -36,14 +36,14 @@ |
if (!host()->permissions().HasPermission(ppapi::PERMISSION_DEV)) |
return PP_ERROR_FAILED; |
- IPC_BEGIN_MESSAGE_MAP(PepperTrueTypeFontHost, msg) |
- PPAPI_DISPATCH_HOST_RESOURCE_CALL_0(PpapiHostMsg_TrueTypeFont_Describe, |
- OnHostMsgDescribe) |
- PPAPI_DISPATCH_HOST_RESOURCE_CALL_0(PpapiHostMsg_TrueTypeFont_GetTableTags, |
- OnHostMsgGetTableTags) |
- PPAPI_DISPATCH_HOST_RESOURCE_CALL(PpapiHostMsg_TrueTypeFont_GetTable, |
- OnHostMsgGetTable) |
- IPC_END_MESSAGE_MAP() |
+ PPAPI_BEGIN_MESSAGE_MAP(PepperTrueTypeFontHost, msg) |
+ PPAPI_DISPATCH_HOST_RESOURCE_CALL_0(PpapiHostMsg_TrueTypeFont_Describe, |
+ OnHostMsgDescribe) |
+ PPAPI_DISPATCH_HOST_RESOURCE_CALL_0(PpapiHostMsg_TrueTypeFont_GetTableTags, |
+ OnHostMsgGetTableTags) |
+ PPAPI_DISPATCH_HOST_RESOURCE_CALL(PpapiHostMsg_TrueTypeFont_GetTable, |
+ OnHostMsgGetTable) |
+ PPAPI_END_MESSAGE_MAP() |
return PP_ERROR_FAILED; |
} |