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

Unified Diff: services/video_capture/test/mock_device_test.cc

Issue 2813343002: [Mojo Video Capture] Switch to using Mojo structs in media/capture/mojo (Closed)
Patch Set: Removed extraneous AtLeast 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 | « services/video_capture/test/mock_device_test.h ('k') | services/video_capture/test/service_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/video_capture/test/mock_device_test.cc
diff --git a/services/video_capture/test/mock_device_test.cc b/services/video_capture/test/mock_device_test.cc
index d557e79461f7f7af5ed674c746d8fc7ac83f3876..9b976347c8012c0a736465a0d8039fd5ffa4adeb 100644
--- a/services/video_capture/test/mock_device_test.cc
+++ b/services/video_capture/test/mock_device_test.cc
@@ -67,8 +67,8 @@ void MockDeviceTest::SetUp() {
mock_descriptor.device_id, mojo::MakeRequest(&device_proxy_),
base::Bind([](mojom::DeviceAccessResultCode result_code) {}));
- requested_settings_.format.frame_size = gfx::Size(800, 600);
- requested_settings_.format.frame_rate = 15;
+ requested_settings_.requested_format.frame_size = gfx::Size(800, 600);
+ requested_settings_.requested_format.frame_rate = 15;
requested_settings_.resolution_change_policy =
media::RESOLUTION_POLICY_FIXED_RESOLUTION;
requested_settings_.power_line_frequency =
« no previous file with comments | « services/video_capture/test/mock_device_test.h ('k') | services/video_capture/test/service_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698