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

Unified Diff: media/base/demuxer.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/demuxer.h
diff --git a/media/base/demuxer.h b/media/base/demuxer.h
index 6daf94f967bd0b61707cc0bba81f35ec5009d909..0d2219853240e3e07f1d0c0d3089e84bead79624 100644
--- a/media/base/demuxer.h
+++ b/media/base/demuxer.h
@@ -37,7 +37,7 @@ class MEDIA_EXPORT DemuxerHost {
const Ranges<base::TimeDelta>& ranges) = 0;
// Sets the duration of the media in microseconds.
- // Duration may be kInfiniteDuration() if the duration is not known.
+ // Duration may be kInfiniteDuration if the duration is not known.
virtual void SetDuration(base::TimeDelta duration) = 0;
// Stops execution of the pipeline due to a fatal error. Do not call this

Powered by Google App Engine
This is Rietveld 408576698