| Index: chrome/renderer/gpu_channel_host.cc
|
| ===================================================================
|
| --- chrome/renderer/gpu_channel_host.cc (revision 55418)
|
| +++ chrome/renderer/gpu_channel_host.cc (working copy)
|
| @@ -7,7 +7,6 @@
|
| #include "chrome/common/child_process.h"
|
| #include "chrome/common/gpu_messages.h"
|
| #include "chrome/renderer/command_buffer_proxy.h"
|
| -#include "chrome/renderer/gpu_video_service_host.h"
|
|
|
| GpuChannelHost::GpuChannelHost() : state_(UNCONNECTED) {
|
| }
|
| @@ -36,9 +35,6 @@
|
| }
|
|
|
| void GpuChannelHost::OnChannelConnected(int32 peer_pid) {
|
| - GpuVideoServiceHost::get()->OnGpuChannelConnected(this,
|
| - &router_,
|
| - channel_.get());
|
| }
|
|
|
| void GpuChannelHost::OnChannelError() {
|
|
|