Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Unified Diff: talk/media/webrtc/webrtcvideoframe.h

Issue 1668473003: Delete backwards compatibility cruft from cricket::VideoFrame and VideoSourceInterface. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « talk/media/base/videoframe.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: talk/media/webrtc/webrtcvideoframe.h
diff --git a/talk/media/webrtc/webrtcvideoframe.h b/talk/media/webrtc/webrtcvideoframe.h
index 715007f022d2489a403ec1bb8191a49437a0ad89..33d28738749b16c1bf92c802ad08c6c3ac5e3015 100644
--- a/talk/media/webrtc/webrtcvideoframe.h
+++ b/talk/media/webrtc/webrtcvideoframe.h
@@ -66,16 +66,7 @@ class WebRtcVideoFrame : public VideoFrame {
void InitToEmptyBuffer(int w, int h, int64_t time_stamp_ns);
- // TODO(nisse): Old signature. Delete after chrome is updated.
- void InitToEmptyBuffer(int w, int h, size_t pixel_width, size_t pixel_height,
- int64_t time_stamp_ns) {
- InitToEmptyBuffer(w, h, time_stamp_ns);
- }
-
bool InitToBlack(int w, int h, int64_t time_stamp_ns) override;
- // Needed to inherit the InitToBlack wrapper method with 5
- // arguments.
- using VideoFrame::InitToBlack;
// From base class VideoFrame.
bool Reset(uint32_t format,
« no previous file with comments | « talk/media/base/videoframe.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698