Index: media/filters/frame_processor.h |
diff --git a/media/filters/frame_processor.h b/media/filters/frame_processor.h |
index 01bc9f92ed8e8051a38bc23860d452388664de34..fcfe737572aef9e029b91df805acd9cbbe2d5cd3 100644 |
--- a/media/filters/frame_processor.h |
+++ b/media/filters/frame_processor.h |
@@ -41,9 +41,6 @@ class MEDIA_EXPORT FrameProcessor : public FrameProcessorBase { |
base::TimeDelta* timestamp_offset, |
bool* new_media_segment); |
- // Sets the need random access point flag on all track buffers to true. |
- void SetAllTrackBuffersNeedRandomAccessPoint(); |
- |
// Tracks the MSE coded frame processing variable of same name. It stores the |
// highest coded frame end timestamp across all coded frames in the current |
// coded frame group. It is set to 0 when the SourceBuffer object is created |