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

Unified Diff: media/base/mac/video_frame_mac_unittests.cc

Issue 2781283002: Rename functions in video frame to comply with Style Guide (Closed)
Patch Set: Fixed compilation errors for MAC Created 3 years, 8 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/base/mac/video_frame_mac.cc ('k') | media/base/video_frame.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/mac/video_frame_mac_unittests.cc
diff --git a/media/base/mac/video_frame_mac_unittests.cc b/media/base/mac/video_frame_mac_unittests.cc
index 022978498b68b185cf25e3bf4ae723658d750a4a..7f2105b4845410003ea058a7d3b2f36c8b9ed843 100644
--- a/media/base/mac/video_frame_mac_unittests.cc
+++ b/media/base/mac/video_frame_mac_unittests.cc
@@ -123,7 +123,7 @@ TEST(VideoFrameMac, CheckWrapperFrame) {
auto frame = VideoFrame::WrapCVPixelBuffer(pb.get(), kTimestamp);
ASSERT_TRUE(frame.get());
- EXPECT_EQ(pb.get(), frame->cv_pixel_buffer());
+ EXPECT_EQ(pb.get(), frame->CvPixelBuffer());
EXPECT_EQ(format_pair.chrome, frame->format());
frame = nullptr;
« no previous file with comments | « media/base/mac/video_frame_mac.cc ('k') | media/base/video_frame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698