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

Unified Diff: chrome/common/gpu_messages_internal.h

Issue 4815001: Use inner HWND for accelerated rendering on windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 1 month 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
Index: chrome/common/gpu_messages_internal.h
===================================================================
--- chrome/common/gpu_messages_internal.h (revision 65702)
+++ chrome/common/gpu_messages_internal.h (working copy)
@@ -98,6 +98,16 @@
int32, /* render_view_id */
gfx::PluginWindowHandle /* window */,
uint64 /* surface_id */)
+#elif defined(OS_WIN)
+ // Create and get the HWND for the compositor window
+ IPC_SYNC_MESSAGE_CONTROL2_1(GpuHostMsg_CreateCompositorHostWindow,
apatrick_chromium 2010/11/11 22:32:15 Do these synchronous messages introduce the possib
nduca 2010/11/11 23:53:33 I'm not 100% sure... when I was implementing this,
+ int32, /* renderer_id */
+ int32, /* render_view_id */
+ gfx::PluginWindowHandle /* compositor_host_id */)
+
+ IPC_SYNC_MESSAGE_CONTROL2_0(GpuHostMsg_ScheduleComposite,
+ int32, /* renderer_id */
+ int32 /* render_view_id */)
#endif
IPC_END_MESSAGES(GpuHost)

Powered by Google App Engine
This is Rietveld 408576698