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

Unified Diff: chrome/browser/gpu_process_host.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
« no previous file with comments | « no previous file | chrome/browser/gpu_process_host.cc » ('j') | chrome/browser/gpu_process_host.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/gpu_process_host.h
===================================================================
--- chrome/browser/gpu_process_host.h (revision 65702)
+++ chrome/browser/gpu_process_host.h (working copy)
@@ -97,6 +97,11 @@
int32 render_view_id,
gfx::PluginWindowHandle window,
uint64 surface_id);
+#elif defined(OS_WIN)
+ void OnCreateCompositorHostWindow(int32 renderer_id,
jam 2010/11/12 18:08:00 nit: I'm curious why int32 is used, instead of jus
nduca 2010/11/12 19:45:32 Neat discovery. I chased this a bit deeper and it
jam 2010/11/12 20:34:41 the IDMap can be using int32, but almost everywher
nduca 2010/11/19 19:02:29 So, for this CL, I will leave the IPC handlers (On
jam 2010/11/20 00:37:00 I feel kind of strongly that these should be ints,
nduca 2010/11/22 22:37:44 Done.
+ int32 render_view_id,
+ IPC::Message* reply_message);
+ void OnScheduleComposite(int32 renderer_id, int32 render_view_id);
#endif
void ReplyToRenderer(const IPC::ChannelHandle& channel,
« no previous file with comments | « no previous file | chrome/browser/gpu_process_host.cc » ('j') | chrome/browser/gpu_process_host.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698