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

Unified Diff: content/common/gpu/gpu_channel.h

Issue 1184523003: attachment broker wip (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor comments. Created 5 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/common/gpu/client/gpu_channel_host.cc ('k') | content/common/gpu/gpu_channel.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/gpu/gpu_channel.h
diff --git a/content/common/gpu/gpu_channel.h b/content/common/gpu/gpu_channel.h
index 710b31ab285b3dd01235faefacaab6c8f3561572..a213fe46b6022bf067f73c7f7faadd67d437aae0 100644
--- a/content/common/gpu/gpu_channel.h
+++ b/content/common/gpu/gpu_channel.h
@@ -42,6 +42,7 @@ class SubscriptionRefSet;
}
namespace IPC {
+class AttachmentBroker;
class MessageFilter;
}
@@ -66,7 +67,8 @@ class GpuChannel : public IPC::Listener, public IPC::Sender,
~GpuChannel() override;
void Init(base::SingleThreadTaskRunner* io_task_runner,
- base::WaitableEvent* shutdown_event);
+ base::WaitableEvent* shutdown_event,
+ IPC::AttachmentBroker* broker);
// Get the GpuChannelManager that owns this channel.
GpuChannelManager* gpu_channel_manager() const {
« no previous file with comments | « content/common/gpu/client/gpu_channel_host.cc ('k') | content/common/gpu/gpu_channel.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698