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

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

Issue 2923933004: [NotForReview] Move GJDAH and GJDA to media/gpu/mojo
Patch Set: . Created 3 years, 6 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: 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 ba1258aee76e494f9a4b01c894dd4e2e2989906b..04db47080be59e877e4797dd1364e80b0fa59bfa 100644
--- a/media/gpu/ipc/service/media_gpu_channel.h
+++ b/media/gpu/ipc/service/media_gpu_channel.h
@@ -11,7 +11,6 @@
#include "ipc/ipc_listener.h"
#include "ipc/ipc_sender.h"
#include "media/base/android_overlay_mojo_factory.h"
-#include "media/gpu/ipc/service/gpu_jpeg_decode_accelerator.h"
#include "media/video/video_decode_accelerator.h"
namespace media {
@@ -44,7 +43,6 @@ class MediaGpuChannel : public IPC::Listener, public IPC::Sender {
bool OnMessageReceived(const IPC::Message& message) override;
// Message handlers.
- void OnCreateJpegDecoder(int32_t route_id, IPC::Message* reply_msg);
void OnCreateVideoDecoder(int32_t command_buffer_route_id,
const VideoDecodeAccelerator::Config& config,
int32_t route_id,
@@ -55,7 +53,6 @@ class MediaGpuChannel : public IPC::Listener, public IPC::Sender {
gpu::GpuChannel* const channel_;
scoped_refptr<MediaGpuChannelFilter> filter_;
- std::unique_ptr<GpuJpegDecodeAccelerator> jpeg_decoder_;
AndroidOverlayMojoFactoryCB overlay_factory_cb_;
DISALLOW_COPY_AND_ASSIGN(MediaGpuChannel);
« no previous file with comments | « media/gpu/ipc/service/gpu_jpeg_decode_accelerator_unittest.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