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

Unified Diff: chrome/common/plugin_messages_internal.h

Issue 3133: Desynchronize windowless plugin painting. This greatly improves the painting... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 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/plugin/webplugin_delegate_stub.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 2353)
+++ chrome/common/plugin_messages_internal.h (working copy)
@@ -102,18 +102,9 @@
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_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)
« no previous file with comments | « chrome/common/plugin_messages.h ('k') | chrome/plugin/webplugin_delegate_stub.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698