| Index: content/browser/gpu/gpu_process_host.h
|
| ===================================================================
|
| --- content/browser/gpu/gpu_process_host.h (revision 201163)
|
| +++ content/browser/gpu/gpu_process_host.h (working copy)
|
| @@ -21,9 +21,9 @@
|
| #include "content/common/gpu/gpu_process_launch_causes.h"
|
| #include "content/public/browser/browser_child_process_host_delegate.h"
|
| #include "content/public/browser/gpu_data_manager.h"
|
| -#include "content/public/common/gpu_info.h"
|
| #include "googleurl/src/gurl.h"
|
| #include "gpu/command_buffer/common/constants.h"
|
| +#include "gpu/config/gpu_info.h"
|
| #include "ipc/ipc_channel_proxy.h"
|
| #include "ipc/ipc_sender.h"
|
| #include "ui/gfx/native_widget_types.h"
|
| @@ -54,7 +54,7 @@
|
| GPU_PROCESS_KIND_COUNT
|
| };
|
|
|
| - typedef base::Callback<void(const IPC::ChannelHandle&, const GPUInfo&)>
|
| + typedef base::Callback<void(const IPC::ChannelHandle&, const gpu::GPUInfo&)>
|
| EstablishChannelCallback;
|
|
|
| typedef base::Callback<void(int32)> CreateCommandBufferCallback;
|
|
|