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

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

Issue 2158923004: Convert media constants to constexpr. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 0c7427fd19e5cab4aeaff91c17e9400e89784398..89e6ebbbeddd19a6cacd9ef0e413aa8deaab3cdb 100644
--- a/media/base/android/demuxer_android.h
+++ b/media/base/android/demuxer_android.h
@@ -50,7 +50,7 @@ class MEDIA_EXPORT DemuxerAndroidClient {
// If this is in response to a request with |is_browser_seek| set to true,
// then |actual_browser_seek_time| may differ from the requested
// |time_to_seek|, and reflects the actual time seeked to by the demuxer.
- // For regular demuxer seeks, |actual_browser_seek_time| is kNoTimestamp() and
+ // For regular demuxer seeks, |actual_browser_seek_time| is kNoTimestamp and
// should be ignored by browser player.
virtual void OnDemuxerSeekDone(
base::TimeDelta actual_browser_seek_time) = 0;

Powered by Google App Engine
This is Rietveld 408576698