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

Unified Diff: content/browser/renderer_host/gpu_message_filter.h

Issue 7129006: Make EstablishGpuChannel synchronous. Remove obsolete Synchronize msg. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: fix indentation and rebase Created 9 years, 6 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 | « content/browser/gpu/gpu_process_host.cc ('k') | content/browser/renderer_host/gpu_message_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/gpu_message_filter.h
diff --git a/content/browser/renderer_host/gpu_message_filter.h b/content/browser/renderer_host/gpu_message_filter.h
index 00f37e031bc0d5ee16de36ff3e5a9bef0e220f6f..7246f5aea96f96bf88ba9a672070599b14be6341 100644
--- a/content/browser/renderer_host/gpu_message_filter.h
+++ b/content/browser/renderer_host/gpu_message_filter.h
@@ -38,8 +38,8 @@ class GpuMessageFilter : public BrowserMessageFilter,
virtual ~GpuMessageFilter();
// Message handlers called on the browser IO thread:
- void OnEstablishGpuChannel(content::CauseForGpuLaunch);
- void OnSynchronizeGpu(IPC::Message* reply);
+ void OnEstablishGpuChannel(content::CauseForGpuLaunch,
+ IPC::Message* reply);
void OnCreateViewCommandBuffer(
gfx::PluginWindowHandle compositing_surface,
int32 render_view_id,
« no previous file with comments | « content/browser/gpu/gpu_process_host.cc ('k') | content/browser/renderer_host/gpu_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698