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

Unified Diff: content/renderer/media/rtc_video_decoder_unittest.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 | « content/renderer/media/rtc_video_decoder.cc ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/rtc_video_decoder_unittest.cc
===================================================================
--- content/renderer/media/rtc_video_decoder_unittest.cc (revision 113907)
+++ content/renderer/media/rtc_video_decoder_unittest.cc (working copy)
@@ -34,7 +34,6 @@
using media::MockVideoRenderer;
using media::MockFilterHost;
using media::NewExpectedClosure;
-using media::NewExpectedStatusCB;
using media::PipelineStatistics;
using media::PIPELINE_OK;
using media::StatisticsCallback;
@@ -133,8 +132,8 @@
void InitializeDecoderSuccessfully() {
// Test successful initialization.
- decoder_->Initialize(
- NULL, NewExpectedStatusCB(PIPELINE_OK), NewStatisticsCallback());
+ decoder_->Initialize(NULL,
+ NewExpectedClosure(), NewStatisticsCallback());
message_loop_.RunAllPending();
}
Property changes on: content/renderer/media/rtc_video_decoder_unittest.cc
___________________________________________________________________
Added: svn:mergeinfo
« no previous file with comments | « content/renderer/media/rtc_video_decoder.cc ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698