| Index: third_party/WebKit/Source/modules/mediastream/MediaTrackSettings.idl
|
| diff --git a/third_party/WebKit/Source/modules/mediastream/MediaTrackSettings.idl b/third_party/WebKit/Source/modules/mediastream/MediaTrackSettings.idl
|
| index 53e12bffc57ecbd1c124e8461e30c84fcdbcfd40..ac779fefb8f5c3deaf83a628e7d9f8ab0fd59e46 100644
|
| --- a/third_party/WebKit/Source/modules/mediastream/MediaTrackSettings.idl
|
| +++ b/third_party/WebKit/Source/modules/mediastream/MediaTrackSettings.idl
|
| @@ -14,8 +14,7 @@ dictionary MediaTrackSettings {
|
| // double volume;
|
| // long sampleRate;
|
| // long sampleSize;
|
| - // echoCancellation is not implemented: crbug.com/682245
|
| - // boolean echoCancellation;
|
| + boolean echoCancellation;
|
| // latency and channelCount are not implemented.
|
| // double latency;
|
| // long channelCount;
|
|
|