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

Unified Diff: content/renderer/media/video_capture_impl_unittest.cc

Issue 2419793003: media: Use native video enum types in media mojo interfaces (Closed)
Patch Set: media: Use native video enum types in media mojo interfaces 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
« no previous file with comments | « content/renderer/media/video_capture_impl.cc ('k') | media/base/ipc/media_param_traits_macros.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/video_capture_impl_unittest.cc
diff --git a/content/renderer/media/video_capture_impl_unittest.cc b/content/renderer/media/video_capture_impl_unittest.cc
index 6a4e6b3cb4deadb35f1f228418f65a895ca91cd8..6858c4e1fb4b4114ec8afd8f85e15209e48ada45 100644
--- a/content/renderer/media/video_capture_impl_unittest.cc
+++ b/content/renderer/media/video_capture_impl_unittest.cc
@@ -135,7 +135,7 @@ class VideoCaptureImplTest : public ::testing::Test {
frame_metadata.MergeInternalValuesInto(&info->metadata);
info->timestamp = now - base::TimeTicks();
- info->pixel_format = media::mojom::VideoFormat::I420;
+ info->pixel_format = media::PIXEL_FORMAT_I420;
info->storage_type = media::PIXEL_STORAGE_CPU;
info->coded_size = size;
info->visible_rect = gfx::Rect(size);
« no previous file with comments | « content/renderer/media/video_capture_impl.cc ('k') | media/base/ipc/media_param_traits_macros.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698