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

Unified Diff: media/base/audio_buffer.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_buffer.h
diff --git a/media/base/audio_buffer.h b/media/base/audio_buffer.h
index 5626c6721e9145357725e6f43a5571fc909cfca1..948d9cb9daa438f696e3305e99c6809fc8605f0d 100644
--- a/media/base/audio_buffer.h
+++ b/media/base/audio_buffer.h
@@ -58,7 +58,7 @@ class MEDIA_EXPORT AudioBuffer
const base::TimeDelta timestamp);
// Create an AudioBuffer with |frame_count| frames. Buffer is allocated, but
- // not initialized. Timestamp and duration are set to kNoTimestamp().
+ // not initialized. Timestamp and duration are set to kNoTimestamp.
static scoped_refptr<AudioBuffer> CreateBuffer(SampleFormat sample_format,
ChannelLayout channel_layout,
int channel_count,

Powered by Google App Engine
This is Rietveld 408576698