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

Unified Diff: webrtc/media/engine/fakewebrtcvideoengine.h

Issue 2468253002: Suppress WebRtcVideoEncoderFactory overloaded virtual function warning (Closed)
Patch Set: Created 4 years, 1 month 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 | webrtc/media/engine/webrtcvideoengine2.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/media/engine/fakewebrtcvideoengine.h
diff --git a/webrtc/media/engine/fakewebrtcvideoengine.h b/webrtc/media/engine/fakewebrtcvideoengine.h
index bbc93e0d4095ca5c77931764c88548cb887b0964..a6cfeb3edf83e43f4c46c799b88a9b849abcdfe3 100644
--- a/webrtc/media/engine/fakewebrtcvideoengine.h
+++ b/webrtc/media/engine/fakewebrtcvideoengine.h
@@ -248,6 +248,10 @@ class FakeWebRtcVideoEncoderFactory : public WebRtcVideoEncoderFactory {
}
private:
+ // Disable overloaded virtual function warning. TODO(magjed): Remove once
+ // http://crbug/webrtc/6402 is fixed.
+ using cricket::WebRtcVideoEncoderFactory::CreateVideoEncoder;
+
rtc::CriticalSection crit_;
rtc::Event created_video_encoder_event_;
std::vector<cricket::VideoCodec> codecs_;
« no previous file with comments | « no previous file | webrtc/media/engine/webrtcvideoengine2.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698