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

Unified Diff: media/base/composite_filter.h

Issue 8897022: Revert 113895 - <video> decode in hardware! (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years 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 | « content/renderer/renderer_gpu_video_decoder_factories.cc ('k') | media/base/composite_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/composite_filter.h
===================================================================
--- media/base/composite_filter.h (revision 113907)
+++ media/base/composite_filter.h (working copy)
@@ -27,9 +27,6 @@
// because the composite is in the wrong state.
bool AddFilter(scoped_refptr<Filter> filter);
- // Undoes AddFilter's actions. CHECK-fails if |filter| is unknown.
- void RemoveFilter(scoped_refptr<Filter> filter);
-
// media::Filter methods.
virtual void set_host(FilterHost* host) OVERRIDE;
virtual FilterHost* host() OVERRIDE;
Property changes on: media/base/composite_filter.h
___________________________________________________________________
Added: svn:mergeinfo
« no previous file with comments | « content/renderer/renderer_gpu_video_decoder_factories.cc ('k') | media/base/composite_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698