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

Unified Diff: chrome/renderer/media/cast_session.cc

Issue 163553006: Cast: Refactoring Cast API's (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 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
« no previous file with comments | « chrome/renderer/media/cast_session.h ('k') | chrome/renderer/media/cast_session_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/media/cast_session.cc
diff --git a/chrome/renderer/media/cast_session.cc b/chrome/renderer/media/cast_session.cc
index e1ed6d5e573d8cf6c5e3004cfeb76d4a797897df..788225cacaf2bb0438949bc97eaf95cf4b86c977 100644
--- a/chrome/renderer/media/cast_session.cc
+++ b/chrome/renderer/media/cast_session.cc
@@ -24,7 +24,7 @@ CastSession::~CastSession() {
}
void CastSession::StartAudio(const media::cast::AudioSenderConfig& config,
- const FrameInputAvailableCallback& callback) {
+ const AudioFrameInputAvailableCallback& callback) {
DCHECK(content::RenderThread::Get()
->GetMessageLoop()
->message_loop_proxy()
@@ -39,7 +39,7 @@ void CastSession::StartAudio(const media::cast::AudioSenderConfig& config,
}
void CastSession::StartVideo(const media::cast::VideoSenderConfig& config,
- const FrameInputAvailableCallback& callback) {
+ const VideoFrameInputAvailableCallback& callback) {
DCHECK(content::RenderThread::Get()
->GetMessageLoop()
->message_loop_proxy()
« no previous file with comments | « chrome/renderer/media/cast_session.h ('k') | chrome/renderer/media/cast_session_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698