| Index: media/cast/framer/frame_id_map.h
|
| diff --git a/media/cast/framer/frame_id_map.h b/media/cast/framer/frame_id_map.h
|
| index db3d3de093b44ada2e75ba1fc2c6509d9c2e8059..f61e251484bb41a1de1bf6af0162425dbca0713d 100644
|
| --- a/media/cast/framer/frame_id_map.h
|
| +++ b/media/cast/framer/frame_id_map.h
|
| @@ -27,8 +27,7 @@ class FrameInfo {
|
|
|
| PacketType InsertPacket(uint16 packet_id);
|
| bool Complete() const;
|
| - void GetMissingPackets(bool newest_frame,
|
| - PacketIdSet* missing_packets) const;
|
| + void GetMissingPackets(bool newest_frame, PacketIdSet* missing_packets) const;
|
|
|
| bool is_key_frame() const { return is_key_frame_; }
|
| uint32 frame_id() const { return frame_id_; }
|
|
|