| 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 2cae78f0213ebd40e4b99a80a424cc96cc7527e0..0e15d4b0cc0f7c752ecff359de9bad715ca55465 100644 | 
| --- a/third_party/WebKit/Source/platform/exported/WebMediaConstraints.cpp | 
| +++ b/third_party/WebKit/Source/platform/exported/WebMediaConstraints.cpp | 
| @@ -357,6 +357,10 @@ WebMediaTrackConstraintSet::WebMediaTrackConstraintSet() | 
| deviceId("deviceId"), | 
| disableLocalEcho("disableLocalEcho"), | 
| groupId("groupId"), | 
| +      depthNear("depthNear"), | 
| +      depthFar("depthFar"), | 
| +      focalLengthX("focalLengthX"), | 
| +      focalLengthY("focalLengthY"), | 
| mediaStreamSource("mediaStreamSource"), | 
| renderToAssociatedSink("chromeRenderToAssociatedSink"), | 
| hotwordEnabled("hotwordEnabled"), | 
| @@ -413,6 +417,10 @@ std::vector<const BaseConstraint*> WebMediaTrackConstraintSet::allConstraints() | 
| &channelCount, | 
| &deviceId, | 
| &groupId, | 
| +                                  &depthNear, | 
| +                                  &depthFar, | 
| +                                  &focalLengthX, | 
| +                                  &focalLengthY, | 
| &mediaStreamSource, | 
| &disableLocalEcho, | 
| &renderToAssociatedSink, | 
|  |