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

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

Issue 1910463002: Implement MediaStreamTrack.getConstraints (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address review comments on layout test Created 4 years, 8 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 00f16a0630f92982ef18f6d34ee36d74694a52b0..02c46a2b61eefead6b1326812e59df98efd591c2 100644
--- a/third_party/WebKit/Source/modules/mediastream/MediaConstraintsImpl.h
+++ b/third_party/WebKit/Source/modules/mediastream/MediaConstraintsImpl.h
@@ -47,6 +47,7 @@ WebMediaConstraints create();
WebMediaConstraints create(ExecutionContext*, const Dictionary&, MediaErrorState&);
WebMediaConstraints create(ExecutionContext*, const MediaTrackConstraints&, MediaErrorState&);
+void convertConstraints(const WebMediaConstraints& input, MediaTrackConstraints& output);
}
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698