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

Unified Diff: content/renderer/gpu/stream_texture_host_android.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/renderer/gpu/stream_texture_host_android.h
diff --git a/content/renderer/gpu/stream_texture_host_android.h b/content/renderer/gpu/stream_texture_host_android.h
index 7eac95e43955b0c79ba9a0b62e727f9825047567..d03151b69c0e0ab8f4dec479c832bff8a3f952f5 100644
--- a/content/renderer/gpu/stream_texture_host_android.h
+++ b/content/renderer/gpu/stream_texture_host_android.h
@@ -17,16 +17,19 @@ namespace gfx {
class Size;
}
+namespace gpu {
+class GpuChannelHost;
+}
+
struct GpuStreamTextureMsg_MatrixChanged_Params;
namespace content {
-class GpuChannelHost;
// Class for handling all the IPC messages between the GPU process and
// StreamTextureProxy.
class StreamTextureHost : public IPC::Listener {
public:
- explicit StreamTextureHost(GpuChannelHost* channel);
+ explicit StreamTextureHost(gpu::GpuChannelHost* channel);
~StreamTextureHost() override;
// Listener class that is listening to the stream texture updates. It is
@@ -49,7 +52,7 @@ class StreamTextureHost : public IPC::Listener {
int stream_id_;
Listener* listener_;
- scoped_refptr<GpuChannelHost> channel_;
+ scoped_refptr<gpu::GpuChannelHost> channel_;
base::WeakPtrFactory<StreamTextureHost> weak_ptr_factory_;
DISALLOW_IMPLICIT_CONSTRUCTORS(StreamTextureHost);
« no previous file with comments | « content/renderer/gpu/gpu_benchmarking_extension.cc ('k') | content/renderer/gpu/stream_texture_host_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698