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

Unified Diff: content/renderer/media/gpu/rtc_video_encoder.h

Issue 2939493002: RTCVideoEncoder.SupportsNativeHandle() should return true (Closed)
Patch Set: Created 3 years, 6 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
Index: content/renderer/media/gpu/rtc_video_encoder.h
diff --git a/content/renderer/media/gpu/rtc_video_encoder.h b/content/renderer/media/gpu/rtc_video_encoder.h
index c3f27d88c9b977b2d8b72a5e68261b02e992abce..bef4f21c86219722ae4dd9d2f3953e7d9eac8395 100644
--- a/content/renderer/media/gpu/rtc_video_encoder.h
+++ b/content/renderer/media/gpu/rtc_video_encoder.h
@@ -59,6 +59,7 @@ class CONTENT_EXPORT RTCVideoEncoder
int32_t Release() override;
int32_t SetChannelParameters(uint32_t packet_loss, int64_t rtt) override;
int32_t SetRates(uint32_t new_bit_rate, uint32_t frame_rate) override;
+ bool SupportsNativeHandle() const override;
private:
class Impl;
« no previous file with comments | « no previous file | content/renderer/media/gpu/rtc_video_encoder.cc » ('j') | content/renderer/media/gpu/rtc_video_encoder.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698