| Index: content/common/gpu/client/gpu_channel_host.h
|
| diff --git a/content/common/gpu/client/gpu_channel_host.h b/content/common/gpu/client/gpu_channel_host.h
|
| index 179a78056407348ab47278f5802df5a95b715399..2f9fe68db6d3d51d81c638a982ff1e321ebab2b3 100644
|
| --- a/content/common/gpu/client/gpu_channel_host.h
|
| +++ b/content/common/gpu/client/gpu_channel_host.h
|
| @@ -17,16 +17,16 @@
|
| #include "base/process_util.h"
|
| #include "base/synchronization/lock.h"
|
| #include "content/common/content_export.h"
|
| +#include "content/common/gpu/client/gpu_video_decode_accelerator_host.h"
|
| #include "content/common/gpu/gpu_process_launch_causes.h"
|
| #include "content/common/message_router.h"
|
| #include "content/public/common/gpu_info.h"
|
| -#include "content/common/gpu/client/gpu_video_decode_accelerator_host.h"
|
| #include "ipc/ipc_channel_handle.h"
|
| #include "ipc/ipc_channel_proxy.h"
|
| #include "ipc/ipc_sync_channel.h"
|
| -#include "ui/gfx/gl/gpu_preference.h"
|
| #include "ui/gfx/native_widget_types.h"
|
| #include "ui/gfx/size.h"
|
| +#include "ui/gl/gpu_preference.h"
|
|
|
| class CommandBufferProxy;
|
| class CommandBufferProxyImpl;
|
|
|