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

Unified Diff: chromecast/media/cma/ipc_streamer/av_streamer_proxy.cc

Issue 1083883003: Move BindToCurrentLoop from media/base/ to base/ Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix media/base/callback_holder.h compile Created 5 years, 8 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/media/cma/ipc_streamer/av_streamer_proxy.cc
diff --git a/chromecast/media/cma/ipc_streamer/av_streamer_proxy.cc b/chromecast/media/cma/ipc_streamer/av_streamer_proxy.cc
index 6bc25edc3865f4baacadf15271c67318afc84a9b..401a015678c8fff1ce66d97d8d12b16f5ae99bc8 100644
--- a/chromecast/media/cma/ipc_streamer/av_streamer_proxy.cc
+++ b/chromecast/media/cma/ipc_streamer/av_streamer_proxy.cc
@@ -82,7 +82,7 @@ void AvStreamerProxy::RequestBufferIfNeeded() {
return;
// |frame_provider_| is assumed to run on the same message loop.
- // Add a BindToCurrentLoop if that's not the case in the future.
+ // Add a base::BindToCurrentLoop if that's not the case in the future.
pending_read_ = true;
frame_provider_->Read(base::Bind(&AvStreamerProxy::OnNewBuffer, weak_this_));
}
« no previous file with comments | « chromecast/media/cma/filters/demuxer_stream_adapter.cc ('k') | chromecast/media/cma/pipeline/av_pipeline_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698