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

Unified Diff: content/renderer/media/rtc_video_decoder.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
Index: content/renderer/media/rtc_video_decoder.h
===================================================================
--- content/renderer/media/rtc_video_decoder.h (revision 113906)
+++ content/renderer/media/rtc_video_decoder.h (working copy)
@@ -41,7 +41,7 @@
// Decoder implementation.
virtual void Initialize(
media::DemuxerStream* demuxer_stream,
- const media::PipelineStatusCB& filter_callback,
+ const base::Closure& filter_callback,
const media::StatisticsCallback& stat_callback) OVERRIDE;
virtual void Read(const ReadCB& callback) OVERRIDE;
virtual const gfx::Size& natural_size() OVERRIDE;
Property changes on: content/renderer/media/rtc_video_decoder.h
___________________________________________________________________
Added: svn:mergeinfo
« no previous file with comments | « content/renderer/media/capture_video_decoder_unittest.cc ('k') | content/renderer/media/rtc_video_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698