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

Unified Diff: media/filters/adaptive_demuxer.cc

Issue 7812036: Update base/timer.h code to pass through Location from call sites. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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/filters/adaptive_demuxer.cc
diff --git a/media/filters/adaptive_demuxer.cc b/media/filters/adaptive_demuxer.cc
index f08e32dec88d1ece1c969fd4d16463dcbf79497e..cd50505079c981230297e92a3648f01024a76165 100644
--- a/media/filters/adaptive_demuxer.cc
+++ b/media/filters/adaptive_demuxer.cc
@@ -99,7 +99,7 @@ void StreamSwitchManager::Play() {
if (video_ids_.size() > 1) {
timer_.Start(base::TimeDelta::FromMilliseconds(kSwitchTimerPeriod),
- this, &StreamSwitchManager::OnSwitchTimer);
+ this, &StreamSwitchManager::OnSwitchTimer, FROM_HERE);
}
}

Powered by Google App Engine
This is Rietveld 408576698