summaryrefslogtreecommitdiffstats
path: root/chrome/common/plugin_messages_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/plugin_messages_internal.h')
-rw-r--r--chrome/common/plugin_messages_internal.h15
1 files changed, 4 insertions, 11 deletions
diff --git a/chrome/common/plugin_messages_internal.h b/chrome/common/plugin_messages_internal.h
index b0df3b3..36cb1cd 100644
--- a/chrome/common/plugin_messages_internal.h
+++ b/chrome/common/plugin_messages_internal.h
@@ -102,18 +102,9 @@ IPC_BEGIN_MESSAGES(Plugin, 5)
PluginMsg_Init_Params,
bool /* result */)
- IPC_SYNC_MESSAGE_ROUTED1_0(PluginMsg_Paint,
- PluginMsg_Paint_Params /* params */)
-
IPC_SYNC_MESSAGE_ROUTED0_1(PluginMsg_Print,
PluginMsg_PrintResponse_Params /* params */)
- // Returns a shared memory handle to a EMF buffer.
- IPC_SYNC_MESSAGE_ROUTED1_2(PluginMsg_PaintIntoSharedMemory,
- PluginMsg_Paint_Params /* params */,
- SharedMemoryHandle /* emf_buffer */,
- size_t /* bytes */)
-
IPC_SYNC_MESSAGE_ROUTED0_2(PluginMsg_GetPluginScriptableObject,
int /* route_id */,
void* /* npobject_ptr */)
@@ -121,10 +112,12 @@ IPC_BEGIN_MESSAGES(Plugin, 5)
IPC_SYNC_MESSAGE_ROUTED1_0(PluginMsg_DidFinishLoadWithReason,
int /* reason */)
- IPC_MESSAGE_ROUTED3(PluginMsg_UpdateGeometry,
+ IPC_MESSAGE_ROUTED5(PluginMsg_UpdateGeometry,
gfx::Rect /* window_rect */,
gfx::Rect /* clip_rect */,
- bool /* visible */)
+ bool /* visible */,
+ SharedMemoryHandle /* windowless_buffer */,
+ SharedMemoryLock /* windowless_buffer_lock */)
IPC_SYNC_MESSAGE_ROUTED0_0(PluginMsg_SetFocus)