| Index: media/base/audio_timestamp_helper.h
|
| diff --git a/media/base/audio_timestamp_helper.h b/media/base/audio_timestamp_helper.h
|
| index 8b5d50e66f68acd004fb41675f42855455a044dc..db4d44d83e783eca7260daa4aabdf8ee2834d702 100644
|
| --- a/media/base/audio_timestamp_helper.h
|
| +++ b/media/base/audio_timestamp_helper.h
|
| @@ -32,7 +32,8 @@ class MEDIA_EXPORT AudioTimestampHelper {
|
| // Sets the base timestamp to |base_timestamp| and the sets count to 0.
|
| void SetBaseTimestamp(base::TimeDelta base_timestamp);
|
|
|
| - base::TimeDelta base_timestamp() const;
|
| + base::TimeDelta base_timestamp() const { return base_timestamp_; }
|
| + int64 frame_count() const { return frame_count_; }
|
|
|
| // Adds |frame_count| to the frame counter.
|
| // Note: SetBaseTimestamp() must be called with a value other than
|
|
|