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

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

Issue 7054005: Fix gpu acceleration with --in-process-gpu (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: cleanup Created 9 years, 7 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
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..a78f427b91bf66a86566cb12bbef6bb308f2f695 100644
--- a/content/browser/renderer_host/gpu_message_filter.h
+++ b/content/browser/renderer_host/gpu_message_filter.h
@@ -19,9 +19,9 @@ namespace IPC {
struct ChannelHandle;
}
-// A message filter for messages from the renderer to the GpuProcessHost(UIShim)
-// in the browser. Such messages are typically destined for the GPU process,
-// but need to be mediated by the browser.
+// A message filter inside the browser for incoming messages from the renderer.
+// Such messages are typically destined for the GPU process, but need to be
+// mediated by the browser.
class GpuMessageFilter : public BrowserMessageFilter,
public base::SupportsWeakPtr<GpuMessageFilter> {
public:

Powered by Google App Engine
This is Rietveld 408576698