| Index: media/cast/net/rtp/framer.h
|
| diff --git a/media/cast/net/rtp/framer.h b/media/cast/net/rtp/framer.h
|
| index cf70ef191e214ed7b9dec95dd8cb194ba90f8ca3..b80cfb775c0941096cba0d4d2863d72b7160a840 100644
|
| --- a/media/cast/net/rtp/framer.h
|
| +++ b/media/cast/net/rtp/framer.h
|
| @@ -49,6 +49,9 @@ class Framer {
|
| bool* next_frame,
|
| bool* have_multiple_complete_frames);
|
|
|
| + // TODO(hubbe): Move this elsewhere.
|
| + void AckFrame(uint32 frame_id);
|
| +
|
| void ReleaseFrame(uint32 frame_id);
|
|
|
| // Reset framer state to original state and flush all pending buffers.
|
|
|