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

Unified Diff: content/renderer/gpu/stream_texture_host_android.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/renderer/gpu/stream_texture_host_android.cc
diff --git a/content/renderer/gpu/stream_texture_host_android.cc b/content/renderer/gpu/stream_texture_host_android.cc
index d79b24723c66c93cff1c1f628ce74696413f28f1..3e62f98c162d9ac4722730d6b2e8842d0213c855 100644
--- a/content/renderer/gpu/stream_texture_host_android.cc
+++ b/content/renderer/gpu/stream_texture_host_android.cc
@@ -4,14 +4,14 @@
#include "content/renderer/gpu/stream_texture_host_android.h"
-#include "content/common/gpu/client/gpu_channel_host.h"
#include "content/renderer/render_thread_impl.h"
+#include "gpu/ipc/client/gpu_channel_host.h"
#include "gpu/ipc/common/gpu_messages.h"
#include "ipc/ipc_message_macros.h"
namespace content {
-StreamTextureHost::StreamTextureHost(GpuChannelHost* channel)
+StreamTextureHost::StreamTextureHost(gpu::GpuChannelHost* channel)
: stream_id_(0),
listener_(NULL),
channel_(channel),
« no previous file with comments | « content/renderer/gpu/stream_texture_host_android.h ('k') | content/renderer/media/android/stream_texture_factory_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698