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

Unified Diff: media/base/seekable_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/seekable_buffer.h
diff --git a/media/base/seekable_buffer.h b/media/base/seekable_buffer.h
index cfe31f20cebe7bcb4549e0a7408abfb3011b0055..74a491bea3d26e806d78c4eb66197b982e742398 100644
--- a/media/base/seekable_buffer.h
+++ b/media/base/seekable_buffer.h
@@ -128,7 +128,7 @@ class MEDIA_EXPORT SeekableBuffer {
// timestamp for the current buffer is set to 0 or the data was added with
// Append(const uint*, int), then returns value that corresponds to the
// last position in a buffer that had timestamp set.
- // kNoTimestamp() is returned if no buffers we read from had timestamp set.
+ // kNoTimestamp is returned if no buffers we read from had timestamp set.
base::TimeDelta current_time() const { return current_time_; }
private:

Powered by Google App Engine
This is Rietveld 408576698