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

Unified Diff: media/base/filters.cc

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 | « media/base/filters.h ('k') | media/base/mock_filters.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/filters.cc
===================================================================
--- media/base/filters.cc (revision 113907)
+++ media/base/filters.cc (working copy)
@@ -29,11 +29,6 @@
Filter::~Filter() {}
-void Filter::clear_host() {
- DCHECK(host_);
- host_ = NULL;
-}
-
void Filter::set_host(FilterHost* host) {
DCHECK(host);
DCHECK(!host_);
Property changes on: media/base/filters.cc
___________________________________________________________________
Added: svn:mergeinfo
« no previous file with comments | « media/base/filters.h ('k') | media/base/mock_filters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698