Chromium Code Reviews| 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. |
|
Alpha Left Google
2014/08/25 23:23:44
This comment doesn't add much value. Please give m
hubbe
2014/08/27 04:14:03
Done.
|
| + void AckFrame(uint32 frame_id); |
| + |
| void ReleaseFrame(uint32 frame_id); |
| // Reset framer state to original state and flush all pending buffers. |