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

Unified Diff: chromecast/browser/media/cma_message_filter_host.h

Issue 1814263002: [chromecast] Start deprecating MediaMessageLoop. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: fixed weak_ptr deref issue 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: chromecast/browser/media/cma_message_filter_host.h
diff --git a/chromecast/browser/media/cma_message_filter_host.h b/chromecast/browser/media/cma_message_filter_host.h
index 0a19fc2947ae7d7bd4957aea9881f1d29ec4d9c2..c2b645792787098634d363f68b44249115ea64e8 100644
--- a/chromecast/browser/media/cma_message_filter_host.h
+++ b/chromecast/browser/media/cma_message_filter_host.h
@@ -38,6 +38,7 @@ class VideoDecoderConfig;
namespace chromecast {
namespace media {
+class BrowserCdmCast;
class MediaPipelineBackend;
struct MediaPipelineDeviceParams;
class MediaPipelineHost;
@@ -51,7 +52,8 @@ class CmaMessageFilterHost
const MediaPipelineDeviceParams&)> CreateBackendCB;
CmaMessageFilterHost(int render_process_id,
- scoped_refptr<CmaMediaPipelineClient> client);
+ scoped_refptr<CmaMediaPipelineClient> client,
+ scoped_refptr<base::SingleThreadTaskRunner> task_runner);
// content::BrowserMessageFilter implementation:
void OnChannelClosing() override;

Powered by Google App Engine
This is Rietveld 408576698