| Index: media/filters/frame_processor.cc
|
| diff --git a/media/filters/frame_processor.cc b/media/filters/frame_processor.cc
|
| index 0430c08f9dd757741ec7179e0800b0340b4ab8e6..c4cd1835a6e90152e22b49eadb1e43e77e090c06 100644
|
| --- a/media/filters/frame_processor.cc
|
| +++ b/media/filters/frame_processor.cc
|
| @@ -459,7 +459,7 @@ bool FrameProcessor::ProcessFrame(
|
| // index.html#sourcebuffer-coded-frame-processing
|
| while (true) {
|
| // 1. Loop Top:
|
| - // Otherwise case: (See MediaSourceState's |auto_update_timestamp_offset_|,
|
| + // Otherwise case: (See SourceBufferState's |auto_update_timestamp_offset_|,
|
| // too).
|
| // 1.1. Let presentation timestamp be a double precision floating point
|
| // representation of the coded frame's presentation timestamp in
|
| @@ -735,7 +735,7 @@ bool FrameProcessor::ProcessFrame(
|
| group_end_timestamp_ = frame_end_timestamp;
|
| DCHECK(group_end_timestamp_ >= base::TimeDelta());
|
|
|
| - // Step 21 is currently handled differently. See MediaSourceState's
|
| + // Step 21 is currently handled differently. See SourceBufferState's
|
| // |auto_update_timestamp_offset_|.
|
| return true;
|
| }
|
|
|