| 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 {
|
|
|