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

Unified Diff: chromecast/media/cma/base/buffering_state.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: chromecast/media/cma/base/buffering_state.h
diff --git a/chromecast/media/cma/base/buffering_state.h b/chromecast/media/cma/base/buffering_state.h
index 3e1fe5d811c85b556efb13c3b6df9c6ca27480a7..d592097e77776d686a147caa3431818c8e64b7f8 100644
--- a/chromecast/media/cma/base/buffering_state.h
+++ b/chromecast/media/cma/base/buffering_state.h
@@ -119,7 +119,7 @@ class BufferingState
State state_;
// Playback media time.
- // Equal to kNoTimestamp() when not known.
+ // Equal to kNoTimestamp when not known.
base::TimeDelta media_time_;
// Maximum rendering media time.
@@ -128,7 +128,7 @@ class BufferingState
base::TimeDelta max_rendering_time_;
// Buffered media time.
- // Equal to kNoTimestamp() when not known.
+ // Equal to kNoTimestamp when not known.
base::TimeDelta buffered_time_;
DISALLOW_COPY_AND_ASSIGN(BufferingState);

Powered by Google App Engine
This is Rietveld 408576698