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

Unified Diff: content/common/gpu/client/gpu_jpeg_decode_accelerator_host.cc

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/common/gpu/client/gpu_jpeg_decode_accelerator_host.cc
diff --git a/content/common/gpu/client/gpu_jpeg_decode_accelerator_host.cc b/content/common/gpu/client/gpu_jpeg_decode_accelerator_host.cc
index c9e101528c220db35e0305daeeb28034f25f8725..7dc90abcd53e7f4085bfa8767126b01c1db8adbf 100644
--- a/content/common/gpu/client/gpu_jpeg_decode_accelerator_host.cc
+++ b/content/common/gpu/client/gpu_jpeg_decode_accelerator_host.cc
@@ -13,8 +13,8 @@
#include "base/memory/weak_ptr.h"
#include "base/synchronization/waitable_event.h"
#include "build/build_config.h"
-#include "content/common/gpu/client/gpu_channel_host.h"
#include "content/common/gpu/media/media_messages.h"
+#include "gpu/ipc/client/gpu_channel_host.h"
#include "ipc/ipc_listener.h"
#include "ipc/ipc_message_macros.h"
#include "ipc/ipc_message_utils.h"
@@ -97,7 +97,7 @@ class GpuJpegDecodeAcceleratorHost::Receiver : public IPC::Listener,
};
GpuJpegDecodeAcceleratorHost::GpuJpegDecodeAcceleratorHost(
- GpuChannelHost* channel,
+ gpu::GpuChannelHost* channel,
int32_t route_id,
const scoped_refptr<base::SingleThreadTaskRunner>& io_task_runner)
: channel_(channel),
« no previous file with comments | « content/common/gpu/client/gpu_jpeg_decode_accelerator_host.h ('k') | content/common/gpu/client/gpu_memory_buffer_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698