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

Unified Diff: media/base/audio_timestamp_helper.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/audio_timestamp_helper.h
diff --git a/media/base/audio_timestamp_helper.h b/media/base/audio_timestamp_helper.h
index 82cc7dc1788e72e5b2ed35cd60e253c9211ecb50..40ac93cd3ef48e4e4e495719ef6195b66f01aa6c 100644
--- a/media/base/audio_timestamp_helper.h
+++ b/media/base/audio_timestamp_helper.h
@@ -40,7 +40,7 @@ class MEDIA_EXPORT AudioTimestampHelper {
// Adds |frame_count| to the frame counter.
// Note: SetBaseTimestamp() must be called with a value other than
- // kNoTimestamp() before this method can be called.
+ // kNoTimestamp before this method can be called.
void AddFrames(int frame_count);
// Get the current timestamp. This value is computed from the base_timestamp()

Powered by Google App Engine
This is Rietveld 408576698