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

Unified Diff: third_party/WebKit/Source/modules/peerconnection/RTCSessionDescription.h

Issue 2490543002: Measure usage of RTCSessionDescription's type and sdp attributes (Closed)
Patch Set: add missing "be" 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
Index: third_party/WebKit/Source/modules/peerconnection/RTCSessionDescription.h
diff --git a/third_party/WebKit/Source/modules/peerconnection/RTCSessionDescription.h b/third_party/WebKit/Source/modules/peerconnection/RTCSessionDescription.h
index add2324b38f5fb798c975b889bbf78fb5b30e104..ccc3a845642415414979ca66e0654809b7a7d726 100644
--- a/third_party/WebKit/Source/modules/peerconnection/RTCSessionDescription.h
+++ b/third_party/WebKit/Source/modules/peerconnection/RTCSessionDescription.h
@@ -37,6 +37,7 @@
namespace blink {
+class ExecutionContext;
class RTCSessionDescriptionInit;
class ScriptState;
class ScriptValue;
@@ -47,7 +48,8 @@ class RTCSessionDescription final
DEFINE_WRAPPERTYPEINFO();
public:
- static RTCSessionDescription* create(const RTCSessionDescriptionInit&);
+ static RTCSessionDescription* create(ExecutionContext*,
+ const RTCSessionDescriptionInit&);
static RTCSessionDescription* create(WebRTCSessionDescription);
String type();

Powered by Google App Engine
This is Rietveld 408576698