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

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
Index: chrome/browser/gpu_process_host.h
===================================================================
--- chrome/browser/gpu_process_host.h (revision 66779)
+++ chrome/browser/gpu_process_host.h (working copy)
@@ -89,6 +89,11 @@
int32 render_view_id,
gfx::PluginWindowHandle window,
uint64 surface_id);
+#elif defined(OS_WIN)
+ void OnCreateCompositorHostWindow(int32 renderer_id,
+ int32 render_view_id,
+ IPC::Message* reply_message);
+ void OnScheduleComposite(int32 renderer_id, int32 render_view_id);
#endif
// Sends the response for establish channel request to the renderer.

Powered by Google App Engine
This is Rietveld 408576698