| Index: media/filters/source_buffer_stream.cc
|
| diff --git a/media/filters/source_buffer_stream.cc b/media/filters/source_buffer_stream.cc
|
| index 2ffbb6abb140eaabe0f5d9d2c920623d8db24577..8b8598480888f68ed620912313034e20604c701b 100644
|
| --- a/media/filters/source_buffer_stream.cc
|
| +++ b/media/filters/source_buffer_stream.cc
|
| @@ -982,7 +982,7 @@ SourceBufferRange* SourceBufferRange::SplitRange(base::TimeDelta timestamp) {
|
|
|
| SourceBufferRange::KeyframeMap::iterator
|
| SourceBufferRange::GetFirstKeyframeAt(base::TimeDelta timestamp,
|
| - bool skip_given_timestamp) {
|
| + bool skip_given_timestamp) {
|
| KeyframeMap::iterator result = keyframe_map_.lower_bound(timestamp);
|
| // lower_bound() returns the first element >= |timestamp|, so if we don't want
|
| // to include keyframes == |timestamp|, we have to increment the iterator
|
|
|