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

Unified Diff: third_party/WebKit/Source/modules/mediastream/MediaConstraintsImpl.h

Issue 1641653002: Adding counters for the types of Media Constraints. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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
Index: third_party/WebKit/Source/modules/mediastream/MediaConstraintsImpl.h
diff --git a/third_party/WebKit/Source/modules/mediastream/MediaConstraintsImpl.h b/third_party/WebKit/Source/modules/mediastream/MediaConstraintsImpl.h
index a97e272974a67153c0df8a439285fdc26691cbcd..14e3828efd065f3776d1f048fd899c2dba84832a 100644
--- a/third_party/WebKit/Source/modules/mediastream/MediaConstraintsImpl.h
+++ b/third_party/WebKit/Source/modules/mediastream/MediaConstraintsImpl.h
@@ -44,8 +44,8 @@ class MediaTrackConstraintSet;
namespace MediaConstraintsImpl {
WebMediaConstraints create();
-WebMediaConstraints create(const Dictionary&, MediaErrorState&);
-WebMediaConstraints create(const MediaTrackConstraintSet&, MediaErrorState&);
+WebMediaConstraints create(const ExecutionContext*, const Dictionary&, MediaErrorState&);
+WebMediaConstraints create(const ExecutionContext*, const MediaTrackConstraintSet&, MediaErrorState&);
}

Powered by Google App Engine
This is Rietveld 408576698