Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5732)

Unified Diff: chrome/common/plugin_messages_internal.h

Issue 196012: This changelist fixes some issues with the NPAPI WMP plugin work in Chrome. ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/plugin_messages.h ('k') | chrome/common/render_messages_internal.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/plugin_messages_internal.h
===================================================================
--- chrome/common/plugin_messages_internal.h (revision 25381)
+++ chrome/common/plugin_messages_internal.h (working copy)
@@ -165,16 +165,14 @@
int /* reason */,
intptr_t /* notify_data */)
- // Updates the plugin location. For windowless plugins, windowless_buffer
- // contains a buffer that the plugin draws into. background_buffer is used
- // for transparent windowless plugins, and holds the background of the plugin
- // rectangle.
- IPC_MESSAGE_ROUTED4(PluginMsg_UpdateGeometry,
- gfx::Rect /* window_rect */,
- gfx::Rect /* clip_rect */,
- TransportDIB::Handle /* windowless_buffer */,
- TransportDIB::Handle /* background_buffer */)
+ // Updates the plugin location.
+ IPC_MESSAGE_ROUTED1(PluginMsg_UpdateGeometry,
+ PluginMsg_UpdateGeometry_Param)
+ // A synchronous version of above.
+ IPC_SYNC_MESSAGE_ROUTED1_0(PluginMsg_UpdateGeometrySync,
+ PluginMsg_UpdateGeometry_Param)
+
IPC_SYNC_MESSAGE_ROUTED0_0(PluginMsg_SetFocus)
IPC_SYNC_MESSAGE_ROUTED1_2(PluginMsg_HandleInputEvent,
« no previous file with comments | « chrome/common/plugin_messages.h ('k') | chrome/common/render_messages_internal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698