| Index: content/common/gpu/media/gpu_video_decode_accelerator.cc
|
| diff --git a/content/common/gpu/media/gpu_video_decode_accelerator.cc b/content/common/gpu/media/gpu_video_decode_accelerator.cc
|
| index 0ef9d87a67eb3822d57712703c96e60fac187b2c..6ad1329446cbfa7450a667076c062f38998920c1 100644
|
| --- a/content/common/gpu/media/gpu_video_decode_accelerator.cc
|
| +++ b/content/common/gpu/media/gpu_video_decode_accelerator.cc
|
| @@ -14,12 +14,12 @@
|
| #include "base/win/windows_version.h"
|
| #endif // OS_WIN
|
|
|
| -#include "gpu/command_buffer/common/command_buffer.h"
|
| -#include "ipc/ipc_message_macros.h"
|
| -#include "ipc/ipc_message_utils.h"
|
| #include "content/common/gpu/gpu_channel.h"
|
| #include "content/common/gpu/gpu_command_buffer_stub.h"
|
| #include "content/common/gpu/gpu_messages.h"
|
| +#include "gpu/command_buffer/common/command_buffer.h"
|
| +#include "ipc/ipc_message_macros.h"
|
| +#include "ipc/ipc_message_utils.h"
|
|
|
| #if (defined(OS_CHROMEOS) && defined(ARCH_CPU_ARMEL)) || defined(OS_WIN)
|
| #if defined(OS_WIN)
|
| @@ -27,8 +27,8 @@
|
| #else // OS_WIN
|
| #include "content/common/gpu/media/omx_video_decode_accelerator.h"
|
| #endif // OS_WIN
|
| -#include "ui/gfx/gl/gl_context.h"
|
| -#include "ui/gfx/gl/gl_surface_egl.h"
|
| +#include "ui/gl/gl_context.h"
|
| +#include "ui/gl/gl_surface_egl.h"
|
| #endif
|
|
|
| #include "gpu/command_buffer/service/texture_manager.h"
|
|
|