| Index: webkit/media/filter_helpers.cc
|
| diff --git a/webkit/media/filter_helpers.cc b/webkit/media/filter_helpers.cc
|
| index ea4f67f27bde156673a62f737dad44fcab6156d5..9ae007ced88fb826274b76db490221f4f4476436 100644
|
| --- a/webkit/media/filter_helpers.cc
|
| +++ b/webkit/media/filter_helpers.cc
|
| @@ -49,8 +49,6 @@ bool BuildMediaStreamCollection(const WebKit::WebURL& url,
|
| return false;
|
|
|
| // Remove all other decoders and just use the MediaStream one.
|
| - // Remove any "traditional" decoders (e.g. GpuVideoDecoder) from the
|
| - // collection.
|
| // NOTE: http://crbug.com/110800 is about replacing this ad-hockery with
|
| // something more designed.
|
| filter_collection->GetVideoDecoders()->clear();
|
|
|