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

Unified Diff: media/gpu/ipc/service/media_gpu_channel.h

Issue 2870333003: gpu: Remove gpu channel filter and queue from header. (Closed)
Patch Set: rebase Created 3 years, 7 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
« no previous file with comments | « gpu/ipc/service/gpu_channel_test_common.cc ('k') | media/gpu/ipc/service/media_gpu_channel.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/gpu/ipc/service/media_gpu_channel.h
diff --git a/media/gpu/ipc/service/media_gpu_channel.h b/media/gpu/ipc/service/media_gpu_channel.h
index 589df0e2e161b3232fdf3bb49b1a68281466ed15..ba1258aee76e494f9a4b01c894dd4e2e2989906b 100644
--- a/media/gpu/ipc/service/media_gpu_channel.h
+++ b/media/gpu/ipc/service/media_gpu_channel.h
@@ -25,6 +25,7 @@ class GpuChannel;
namespace media {
class MediaGpuChannelDispatchHelper;
+class MediaGpuChannelFilter;
class MediaGpuChannel : public IPC::Listener, public IPC::Sender {
public:
@@ -53,9 +54,10 @@ class MediaGpuChannel : public IPC::Listener, public IPC::Sender {
IPC::Message* reply_message);
gpu::GpuChannel* const channel_;
- base::UnguessableToken channel_token_;
+ scoped_refptr<MediaGpuChannelFilter> filter_;
std::unique_ptr<GpuJpegDecodeAccelerator> jpeg_decoder_;
AndroidOverlayMojoFactoryCB overlay_factory_cb_;
+
DISALLOW_COPY_AND_ASSIGN(MediaGpuChannel);
};
« no previous file with comments | « gpu/ipc/service/gpu_channel_test_common.cc ('k') | media/gpu/ipc/service/media_gpu_channel.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698