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

Unified Diff: media/base/android/demuxer_android.h

Issue 196133020: Reducing the IPC latency for MSE video decoding (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressing comments 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
Index: media/base/android/demuxer_android.h
diff --git a/media/base/android/demuxer_android.h b/media/base/android/demuxer_android.h
index 865dc9d33f236e6fba24fc39f2580eae0f527eaa..39dc30fe7e604a04f98c96e58a8d545ea727533c 100644
--- a/media/base/android/demuxer_android.h
+++ b/media/base/android/demuxer_android.h
@@ -62,7 +62,7 @@ class MEDIA_EXPORT DemuxerAndroidClient {
// For regular demuxer seeks, |actual_browser_seek_time| is kNoTimestamp() and
// should be ignored by browser player.
virtual void OnDemuxerSeekDone(
- const base::TimeDelta& actual_browser_seek_time) = 0;
+ base::TimeDelta actual_browser_seek_time) = 0;
// Called whenever the demuxer has detected a duration change.
virtual void OnDemuxerDurationChanged(base::TimeDelta duration) = 0;

Powered by Google App Engine
This is Rietveld 408576698