| Index: third_party/WebKit/Source/platform/exported/WebMediaConstraints.cpp
|
| diff --git a/third_party/WebKit/Source/platform/exported/WebMediaConstraints.cpp b/third_party/WebKit/Source/platform/exported/WebMediaConstraints.cpp
|
| index 0e15d4b0cc0f7c752ecff359de9bad715ca55465..ee4f77113dd22175735791a0f9fdba5883557d4c 100644
|
| --- a/third_party/WebKit/Source/platform/exported/WebMediaConstraints.cpp
|
| +++ b/third_party/WebKit/Source/platform/exported/WebMediaConstraints.cpp
|
| @@ -357,6 +357,7 @@ WebMediaTrackConstraintSet::WebMediaTrackConstraintSet()
|
| deviceId("deviceId"),
|
| disableLocalEcho("disableLocalEcho"),
|
| groupId("groupId"),
|
| + videoKind("videoKind"),
|
| depthNear("depthNear"),
|
| depthFar("depthFar"),
|
| focalLengthX("focalLengthX"),
|
| @@ -417,6 +418,7 @@ std::vector<const BaseConstraint*> WebMediaTrackConstraintSet::allConstraints()
|
| &channelCount,
|
| &deviceId,
|
| &groupId,
|
| + &videoKind,
|
| &depthNear,
|
| &depthFar,
|
| &focalLengthX,
|
|
|