Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(577)

Unified Diff: webkit/media/filter_helpers.cc

Issue 10830342: Address post commit nits for r151132 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/filters/video_renderer_base_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « media/filters/video_renderer_base_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698