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

Unified Diff: webrtc/p2p/base/sessiondescription.h

Issue 2991693002: Adding support for Unified Plan offer/answer negotiation. (Closed)
Patch Set: Review comments. Created 3 years, 4 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 | webrtc/p2p/base/sessiondescription.cc » ('j') | webrtc/pc/mediasession.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/p2p/base/sessiondescription.h
diff --git a/webrtc/p2p/base/sessiondescription.h b/webrtc/p2p/base/sessiondescription.h
index df9348d5814af05669ab135f9d6efe55649ff712..137e35cdd97fe475646bc66cf774a21b0244872b 100644
--- a/webrtc/p2p/base/sessiondescription.h
+++ b/webrtc/p2p/base/sessiondescription.h
@@ -56,6 +56,7 @@ struct ContentInfo {
std::string type;
bool rejected = false;
bool bundle_only = false;
+ size_t msection_index = -1;
Taylor Brandstetter 2017/08/09 17:05:11 It's redundant to store this inside ContentInfo, s
Zhi Huang 2017/08/09 21:51:02 This is a good point!
ContentDescription* description = nullptr;
};
« no previous file with comments | « no previous file | webrtc/p2p/base/sessiondescription.cc » ('j') | webrtc/pc/mediasession.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698