| Index: content/browser/renderer_host/image_transport_factory.cc
|
| diff --git a/content/browser/renderer_host/image_transport_factory.cc b/content/browser/renderer_host/image_transport_factory.cc
|
| index b7e8184f972ad622cc2a96aed7416bbc6361f6c1..494d3cdc916aae988960debb622e11a9b2745a27 100644
|
| --- a/content/browser/renderer_host/image_transport_factory.cc
|
| +++ b/content/browser/renderer_host/image_transport_factory.cc
|
| @@ -14,11 +14,11 @@
|
| #include "content/browser/gpu/gpu_surface_tracker.h"
|
| #include "content/browser/gpu/browser_gpu_channel_host_factory.h"
|
| #include "content/browser/renderer_host/image_transport_client.h"
|
| -#include "content/common/gpu/client/command_buffer_proxy.h"
|
| #include "content/common/gpu/client/gpu_channel_host.h"
|
| #include "content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h"
|
| #include "content/common/gpu/gpu_process_launch_causes.h"
|
| #include "content/public/common/content_switches.h"
|
| +#include "gpu/ipc/command_buffer_proxy.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/platform/WebGraphicsContext3D.h"
|
| #include "ui/gfx/compositor/compositor.h"
|
| #include "ui/gfx/compositor/compositor_setup.h"
|
|
|