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

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

Issue 1602543003: Add 5-argument wrapper WebRtcVideoFrame::InitToBlack (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Switch to clever using declaration. 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 | « no previous file | 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 9fc5af2bed6f3c51e7f95016a036988cc0403ee9..715007f022d2489a403ec1bb8191a49437a0ad89 100644
--- a/talk/media/webrtc/webrtcvideoframe.h
+++ b/talk/media/webrtc/webrtcvideoframe.h
@@ -73,6 +73,9 @@ class WebRtcVideoFrame : public VideoFrame {
}
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 | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698