| Index: content/browser/renderer_host/gpu_message_filter.cc
|
| ===================================================================
|
| --- content/browser/renderer_host/gpu_message_filter.cc (revision 201645)
|
| +++ content/browser/renderer_host/gpu_message_filter.cc (working copy)
|
| @@ -225,7 +225,7 @@
|
| void GpuMessageFilter::EstablishChannelCallback(
|
| IPC::Message* reply,
|
| const IPC::ChannelHandle& channel,
|
| - const GPUInfo& gpu_info) {
|
| + const gpu::GPUInfo& gpu_info) {
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
|
|
|
| GpuHostMsg_EstablishGpuChannel::WriteReplyParams(
|
|
|