From 3d1e89df95d421bcedec406019b3a9dbbf94b8c1 Mon Sep 17 00:00:00 2001 From: "pinkerton@chromium.org" Date: Wed, 10 Mar 2010 20:01:35 +0000 Subject: Implement the CoreAnimation drawing model for plug-ins, sharing IPC and some rendering code with the GPU Plug-in. The drawing model negotiation is currently disabled so this should have no visible impact to plug-ins. BUG=32012 TEST=make sure the pepper GPU plug-ins still work. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41194 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/plugin_messages_internal.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'chrome/common/plugin_messages_internal.h') diff --git a/chrome/common/plugin_messages_internal.h b/chrome/common/plugin_messages_internal.h index 3a5594c..08e1aba 100644 --- a/chrome/common/plugin_messages_internal.h +++ b/chrome/common/plugin_messages_internal.h @@ -416,6 +416,12 @@ IPC_BEGIN_MESSAGES(PluginHost) int32 /* height */, TransportDIB::Handle /* handle to the TransportDIB */) + // Synthesize a fake window handle for the plug-in to identify the instance + // to the browser, allowing mapping to a surface for hardware accelleration + // of plug-in content. The browser generates the handle which is then set on + // the plug-in. + IPC_MESSAGE_ROUTED0(PluginHostMsg_BindFakePluginWindowHandle) + // This message, used only on 10.6 and later, is sent from the // plug-in process to the renderer process to indicate that the GPU // plugin allocated a new IOSurface object of the given width and -- cgit v1.1