Index: content/browser/compositor/gpu_process_transport_factory.h |
diff --git a/content/browser/compositor/gpu_process_transport_factory.h b/content/browser/compositor/gpu_process_transport_factory.h |
index 6f5e0342a9a6fa229def4fc94bf9ddf48b0e35c9..f4e007aa1885db95b18707958a0d1bc7931224a2 100644 |
--- a/content/browser/compositor/gpu_process_transport_factory.h |
+++ b/content/browser/compositor/gpu_process_transport_factory.h |
@@ -17,7 +17,7 @@ |
#include "base/observer_list.h" |
#include "build/build_config.h" |
#include "content/browser/compositor/image_transport_factory.h" |
-#include "content/common/gpu/client/gpu_channel_host.h" |
+#include "gpu/ipc/client/gpu_channel_host.h" |
#include "gpu/ipc/common/surface_handle.h" |
#include "ui/compositor/compositor.h" |
@@ -95,7 +95,7 @@ class GpuProcessTransportFactory |
bool create_gpu_output_surface, |
int num_attempts); |
scoped_ptr<WebGraphicsContext3DCommandBufferImpl> CreateContextCommon( |
- scoped_refptr<GpuChannelHost> gpu_channel_host, |
+ scoped_refptr<gpu::GpuChannelHost> gpu_channel_host, |
gpu::SurfaceHandle surface_handle); |
void OnLostMainThreadSharedContextInsideCallback(); |