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

Unified Diff: webrtc/test/fake_decoder.h

Issue 2378003002: Delete webrtc::VideoFrame::CreateEmptyFrame. (Closed)
Patch Set: Added size_t/int cast, needed for windows 64-bit builds. Created 4 years, 3 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 | « webrtc/modules/video_coding/video_sender_unittest.cc ('k') | webrtc/test/fake_decoder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/test/fake_decoder.h
diff --git a/webrtc/test/fake_decoder.h b/webrtc/test/fake_decoder.h
index d9dad57c4ea52880b76413a1ddff36649dc0570e..b3120a027b81e2e2dbeeb0fddb519602889c8773 100644
--- a/webrtc/test/fake_decoder.h
+++ b/webrtc/test/fake_decoder.h
@@ -44,7 +44,6 @@ class FakeDecoder : public VideoDecoder {
private:
VideoCodec config_;
- VideoFrame frame_;
DecodedImageCallback* callback_;
};
« no previous file with comments | « webrtc/modules/video_coding/video_sender_unittest.cc ('k') | webrtc/test/fake_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698