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

Unified Diff: webrtc/modules/video_coding/video_packet_buffer_unittest.cc

Issue 2444193010: Delete FrameObject::size member. (Closed)
Patch Set: Created 4 years, 2 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
Index: webrtc/modules/video_coding/video_packet_buffer_unittest.cc
diff --git a/webrtc/modules/video_coding/video_packet_buffer_unittest.cc b/webrtc/modules/video_coding/video_packet_buffer_unittest.cc
index 7905e855b4172900101ec6f903c8fac097ff7994..91ab11bf840a1d4e6bd88e23b4c58f5f9f8dfed9 100644
--- a/webrtc/modules/video_coding/video_packet_buffer_unittest.cc
+++ b/webrtc/modules/video_coding/video_packet_buffer_unittest.cc
@@ -145,7 +145,7 @@ TEST_F(TestPacketBuffer, FrameSize) {
InsertPacket(seq_num + 3, kKeyFrame, kNotFirst, kLast, 5, data);
ASSERT_EQ(1UL, frames_from_callback_.size());
- EXPECT_EQ(20UL, frames_from_callback_.begin()->second->size);
+ EXPECT_EQ(20UL, frames_from_callback_.begin()->second->size());
}
TEST_F(TestPacketBuffer, ExpandBuffer) {
« webrtc/modules/video_coding/frame_object.h ('K') | « webrtc/modules/video_coding/frame_object.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698