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

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

Issue 10035054: Merge VideoCaptureDevice::Capability with media::VideoCaptureCapability (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: fix a namespace issue Created 8 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 | « content/renderer/media/video_capture_impl.cc ('k') | content/renderer/media/video_capture_module_impl.cc » ('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 d4b50d32dab2867c5ff25ed219d31b61712e24cb..47a76adf17137a64815e77f3d062507d809e71b2 100644
--- a/content/renderer/media/video_capture_impl_unittest.cc
+++ b/content/renderer/media/video_capture_impl_unittest.cc
@@ -12,10 +12,10 @@ using ::testing::_;
using ::testing::AtLeast;
using ::testing::Return;
-#define CAPABILITY_SMALL {176, 144, 30, media::VideoFrame::I420, 0, \
- false }
-#define CAPABILITY_LARGE {320, 240, 30, media::VideoFrame::I420, 0, \
- false }
+#define CAPABILITY_SMALL {176, 144, 30, media::VideoCaptureCapability::kI420, \
+ 0, false }
+#define CAPABILITY_LARGE {320, 240, 30, media::VideoCaptureCapability::kI420, \
+ 0, false }
class MockVideoCaptureMessageFilter : public VideoCaptureMessageFilter {
public:
« no previous file with comments | « content/renderer/media/video_capture_impl.cc ('k') | content/renderer/media/video_capture_module_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698