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

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

Issue 2529493002: mac: Remove more media/base/mac glue unneeded now that we target 10.9 (Closed)
Patch Set: . Created 4 years, 1 month 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/mac/videotoolbox_glue.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 34cd0415bf0382e35828a43f5c71a4d2e33d59c8..022978498b68b185cf25e3bf4ae723658d750a4a 100644
--- a/media/base/mac/video_frame_mac_unittests.cc
+++ b/media/base/mac/video_frame_mac_unittests.cc
@@ -10,7 +10,6 @@
#include "base/bind.h"
#include "base/callback_helpers.h"
-#include "media/base/mac/corevideo_glue.h"
#include "media/base/video_frame.h"
#include "testing/gtest/include/gtest/gtest.h"
@@ -112,8 +111,7 @@ TEST(VideoFrameMac, CheckLifetime) {
TEST(VideoFrameMac, CheckWrapperFrame) {
const FormatPair format_pairs[] = {
{PIXEL_FORMAT_I420, kCVPixelFormatType_420YpCbCr8Planar},
- {PIXEL_FORMAT_NV12,
- CoreVideoGlue::kCVPixelFormatType_420YpCbCr8BiPlanarVideoRange},
+ {PIXEL_FORMAT_NV12, kCVPixelFormatType_420YpCbCr8BiPlanarVideoRange},
};
const gfx::Size size(kWidth, kHeight);
« no previous file with comments | « media/base/mac/video_frame_mac.cc ('k') | media/base/mac/videotoolbox_glue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698