From 025f804b7014f4f859cebbe9431942da42282cbd Mon Sep 17 00:00:00 2001 From: "scherkus@chromium.org" Date: Fri, 12 Nov 2010 20:46:25 +0000 Subject: Rename media::StreamSample::kInvalidTimestamp to media::kNoTimestamp. Old name was overly verbose. BUG=54110 TEST=compiles Review URL: http://codereview.chromium.org/4877002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65989 0039d316-1c4b-4281-b951-d872f2087c98 --- media/base/seekable_buffer.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'media/base/seekable_buffer.h') diff --git a/media/base/seekable_buffer.h b/media/base/seekable_buffer.h index eff34e6..c1fd969 100644 --- a/media/base/seekable_buffer.h +++ b/media/base/seekable_buffer.h @@ -112,8 +112,7 @@ class SeekableBuffer { // timestamp for the current buffer is set to 0 or the data was added with // Append(const uint*, size_t), then returns value that corresponds to the // last position in a buffer that had timestamp set. - // StreamSample::kInvalidTimestamp 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: -- cgit v1.1