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

Unified Diff: content/renderer/media/capture_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 | « no previous file | content/renderer/media/rtc_video_decoder_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/capture_video_decoder_unittest.cc
diff --git a/content/renderer/media/capture_video_decoder_unittest.cc b/content/renderer/media/capture_video_decoder_unittest.cc
index 57aab50bdfc60e8fadc24fa05c784be5d6be3e1b..f5b5f4ea5a627e5dd3bb0b3ddaf8fc6bcbc9e6ec 100644
--- a/content/renderer/media/capture_video_decoder_unittest.cc
+++ b/content/renderer/media/capture_video_decoder_unittest.cc
@@ -159,7 +159,7 @@ class CaptureVideoDecoderTest : public ::testing::Test {
decoder_->OnBufferReady(vc_impl_.get(), buffer);
}
- 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 | « no previous file | content/renderer/media/rtc_video_decoder_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698