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

Unified Diff: services/video_capture/video_capture_device_proxy_impl.cc

Issue 2244763002: Video Capture Mojo (1.4a.a): Add service configurator interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@MakeService
Patch Set: mcasas' comments Created 4 years, 4 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
Index: services/video_capture/video_capture_device_proxy_impl.cc
diff --git a/services/video_capture/video_capture_device_impl.cc b/services/video_capture/video_capture_device_proxy_impl.cc
similarity index 81%
rename from services/video_capture/video_capture_device_impl.cc
rename to services/video_capture/video_capture_device_proxy_impl.cc
index 56218656d2bb25f4e4c9ed7aa33ccc07bc94bab5..a57e7ea5f792a447a5ef99e17e0d415200d4a147 100644
--- a/services/video_capture/video_capture_device_impl.cc
+++ b/services/video_capture/video_capture_device_proxy_impl.cc
@@ -3,11 +3,11 @@
// found in the LICENSE file.
#include "base/logging.h"
-#include "services/video_capture/video_capture_device_impl.h"
+#include "services/video_capture/video_capture_device_proxy_impl.h"
namespace video_capture {
-void VideoCaptureDeviceImpl::Start(
+void VideoCaptureDeviceProxyImpl::Start(
mojom::VideoCaptureFormatPtr requested_format,
mcasas 2016/08/16 02:18:13 It might be easier to extract the s/VideoCaptureD
chfremer 2016/08/16 16:48:02 Good point. I will split it out to a new CL.
mojom::ResolutionChangePolicy resolution_change_policy,
mojom::PowerLineFrequency power_line_frequency,

Powered by Google App Engine
This is Rietveld 408576698