Chromium Code Reviews| Index: media/cast/cast_sender.h |
| diff --git a/media/cast/cast_sender.h b/media/cast/cast_sender.h |
| index 9dfe4ad72a925a95d3fc7f5d8043cbe2010ed1ca..a31a88e989b31f4bd3ee3d85cd57028deda78cd0 100644 |
| --- a/media/cast/cast_sender.h |
| +++ b/media/cast/cast_sender.h |
| @@ -37,7 +37,7 @@ class FrameInput : public base::RefCountedThreadSafe<FrameInput> { |
| // The callback is called from the main cast thread as soon as |
| // the cast sender is done with the frame; it does not mean that the encoded |
| // frame has been sent out. |
| - virtual void InsertCodedVideoFrame(const EncodedVideoFrame* video_frame, |
| + virtual void InsertCodedVideoFrame(EncodedVideoFrame* video_frame, |
|
Alpha Left Google
2013/11/07 01:10:11
Why remove the const?
pwestin
2013/11/07 17:16:04
Ohh I did padding in my first version; changed bac
|
| const base::TimeTicks& capture_time, |
| const base::Closure callback) = 0; |