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

Unified Diff: content/renderer/media/rtc_video_decoder_unittest.cc

Issue 10825194: Change Deryptor::DecryptStatus and VideoDecoder::DecoderStatus to *::Status. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase 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 | « content/renderer/media/capture_video_decoder_unittest.cc ('k') | media/base/decryptor.h » ('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
diff --git a/content/renderer/media/rtc_video_decoder_unittest.cc b/content/renderer/media/rtc_video_decoder_unittest.cc
index 2b414de76be29a27d3bdd500f59b424a49f1908f..726c2e46f7b8fb969919a50077e9d7438992381e 100644
--- a/content/renderer/media/rtc_video_decoder_unittest.cc
+++ b/content/renderer/media/rtc_video_decoder_unittest.cc
@@ -220,7 +220,7 @@ class RTCVideoDecoderTest : public testing::Test {
decoder_->RenderFrame(&video_frame);
}
- MOCK_METHOD2(FrameReady, void(media::VideoDecoder::DecoderStatus status,
+ MOCK_METHOD2(FrameReady, void(media::VideoDecoder::Status status,
const scoped_refptr<media::VideoFrame>&));
// Fixture members.
« no previous file with comments | « content/renderer/media/capture_video_decoder_unittest.cc ('k') | media/base/decryptor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698