| 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
|
|
|