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

Unified Diff: media/filters/test_video_decoder.h

Issue 146068: Switching decoders to use the injected message loop. (Closed)
Patch Set: More fixes Created 11 years, 6 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 | « media/filters/ffmpeg_video_decoder_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/test_video_decoder.h
diff --git a/media/filters/test_video_decoder.h b/media/filters/test_video_decoder.h
index ca442bf3e24048511e8453041e8bc3dcece93749..bb82c365efa43f0b57a72337db1a4add9c5456a9 100644
--- a/media/filters/test_video_decoder.h
+++ b/media/filters/test_video_decoder.h
@@ -20,8 +20,7 @@ namespace media {
class TestVideoDecoder : public DecoderBase<VideoDecoder, VideoFrame> {
public:
TestVideoDecoder()
- : DecoderBase<VideoDecoder, VideoFrame>("VideoDecoderThread"),
- video_width_(0),
+ : video_width_(0),
video_height_(0) {
}
« no previous file with comments | « media/filters/ffmpeg_video_decoder_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698