| Index: talk/media/webrtc/webrtcvideoframe.h
|
| diff --git a/talk/media/webrtc/webrtcvideoframe.h b/talk/media/webrtc/webrtcvideoframe.h
|
| index 906e6e7053b93099c6e2343100c1d0af2dd344a8..827cf28821cb3483f06b5611cb1a090b7829ee17 100644
|
| --- a/talk/media/webrtc/webrtcvideoframe.h
|
| +++ b/talk/media/webrtc/webrtcvideoframe.h
|
| @@ -46,11 +46,6 @@ class WebRtcVideoFrame : public VideoFrame {
|
| int64_t time_stamp_ns,
|
| webrtc::VideoRotation rotation);
|
|
|
| - // TODO(guoweis): Remove this when chrome code base is updated.
|
| - WebRtcVideoFrame(const rtc::scoped_refptr<webrtc::VideoFrameBuffer>& buffer,
|
| - int64_t elapsed_time_ns,
|
| - int64_t time_stamp_ns);
|
| -
|
| ~WebRtcVideoFrame();
|
|
|
| // Creates a frame from a raw sample with FourCC "format" and size "w" x "h".
|
| @@ -74,10 +69,6 @@ class WebRtcVideoFrame : public VideoFrame {
|
| void InitToEmptyBuffer(int w, int h, size_t pixel_width, size_t pixel_height,
|
| int64_t time_stamp_ns);
|
|
|
| - // TODO(magjed): Remove once Chromium is updated.
|
| - bool InitToBlack(int w, int h, size_t pixel_width, size_t pixel_height,
|
| - int64_t elapsed_time_ns, int64_t time_stamp_ns);
|
| -
|
| bool InitToBlack(int w, int h, size_t pixel_width, size_t pixel_height,
|
| int64_t time_stamp_ns) override;
|
|
|
|
|