Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1016)

Unified Diff: content/browser/compositor/gpu_process_transport_factory.h

Issue 1827123002: Move content/common/gpu/client to gpu/ipc/client (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698