| Index: content/gpu/gpu_render_thread.cc
|
| diff --git a/content/gpu/gpu_render_thread.cc b/content/gpu/gpu_render_thread.cc
|
| index 79303376bb324e13617d463ebdff3a8609393311..784d3e5974c3946a282ed61526df357f2b501b90 100644
|
| --- a/content/gpu/gpu_render_thread.cc
|
| +++ b/content/gpu/gpu_render_thread.cc
|
| @@ -7,8 +7,6 @@
|
| #include <string>
|
| #include <vector>
|
|
|
| -#include "app/gfx/gl/gl_context.h"
|
| -#include "app/gfx/gl/gl_implementation.h"
|
| #include "app/win/scoped_com_initializer.h"
|
| #include "base/command_line.h"
|
| #include "base/threading/worker_pool.h"
|
| @@ -21,6 +19,8 @@
|
| #include "content/gpu/gpu_info_collector.h"
|
| #include "content/gpu/gpu_watchdog_thread.h"
|
| #include "ipc/ipc_channel_handle.h"
|
| +#include "ui/gfx/gl/gl_context.h"
|
| +#include "ui/gfx/gl/gl_implementation.h"
|
|
|
| GpuRenderThread::GpuRenderThread(IPC::Message::Sender* browser_channel,
|
| GpuWatchdogThread* gpu_watchdog_thread,
|
|
|