Index: ppapi/proxy/ppapi_messages.h |
=================================================================== |
--- ppapi/proxy/ppapi_messages.h (revision 100753) |
+++ ppapi/proxy/ppapi_messages.h (working copy) |
@@ -468,6 +468,17 @@ |
ppapi::HostResource /* result_resource */, |
base::SharedMemoryHandle /* result_shm_handle */) |
+// PPB_Console. |
+IPC_MESSAGE_ROUTED3(PpapiHostMsg_PPBConsole_Log, |
+ PP_Instance /* instance */, |
+ int /* log_level */, |
+ ppapi::proxy::SerializedVar /* value */) |
+IPC_MESSAGE_ROUTED4(PpapiHostMsg_PPBConsole_LogWithSource, |
+ PP_Instance /* instance */, |
+ int /* log_level */, |
+ ppapi::proxy::SerializedVar /* soruce */, |
+ ppapi::proxy::SerializedVar /* value */) |
+ |
// PPB_Context3D. |
IPC_SYNC_MESSAGE_ROUTED3_1(PpapiHostMsg_PPBContext3D_Create, |
PP_Instance /* instance */, |
@@ -813,15 +824,6 @@ |
ppapi::proxy::SerializedVar /* script */, |
ppapi::proxy::SerializedVar /* out_exception */, |
ppapi::proxy::SerializedVar /* result */) |
-IPC_MESSAGE_ROUTED3(PpapiHostMsg_PPBInstance_Log, |
- PP_Instance /* instance */, |
- int /* log_level */, |
- ppapi::proxy::SerializedVar /* value */) |
-IPC_MESSAGE_ROUTED4(PpapiHostMsg_PPBInstance_LogWithSource, |
- PP_Instance /* instance */, |
- int /* log_level */, |
- ppapi::proxy::SerializedVar /* source */, |
- ppapi::proxy::SerializedVar /* value */) |
IPC_SYNC_MESSAGE_ROUTED2_1(PpapiHostMsg_PPBInstance_SetFullscreen, |
PP_Instance /* instance */, |
PP_Bool /* fullscreen */, |