Chromium Code Reviews| Index: content/common/gpu/gpu_channel.cc |
| =================================================================== |
| --- content/common/gpu/gpu_channel.cc (revision 83679) |
| +++ content/common/gpu/gpu_channel.cc (working copy) |
| @@ -303,7 +303,7 @@ |
| #endif |
| } |
| -bool GpuChannel::Init(MessageLoop* io_message_loop, |
| +bool GpuChannel::Init(base::MessageLoopProxy* io_message_loop, |
| base::WaitableEvent* shutdown_event) { |
| // Check whether we're already initialized. |
| if (channel_.get()) |