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

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

Issue 2810593003: gpu: Some cleanups. (Closed)
Patch Set: . Created 3 years, 8 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/render_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/render_message_filter.h
diff --git a/content/browser/renderer_host/render_message_filter.h b/content/browser/renderer_host/render_message_filter.h
index 55de0db1343c9b3b427f9e29ae62e626951245ca..937796e425b07a2c3984df975222cb4070c9a58d 100644
--- a/content/browser/renderer_host/render_message_filter.h
+++ b/content/browser/renderer_host/render_message_filter.h
@@ -126,9 +126,8 @@ class CONTENT_EXPORT RenderMessageFilter
// Message handlers called on the browser IO thread:
void OnHasGpuProcess(IPC::Message* reply);
// Helper callbacks for the message handlers.
- void GetGpuProcessHandlesCallback(
- std::unique_ptr<IPC::Message> reply,
- const std::list<base::ProcessHandle>& handles);
+ void GetHasGpuProcessCallback(std::unique_ptr<IPC::Message> reply,
+ bool has_gpu);
void OnResolveProxy(const GURL& url, IPC::Message* reply_msg);
#if defined(OS_LINUX)
« no previous file with comments | « content/browser/gpu/gpu_process_host.cc ('k') | content/browser/renderer_host/render_message_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698