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

Unified Diff: services/video_capture/public/interfaces/video_capture_device_proxy.mojom

Issue 2378943002: Let clients interact with VideoCaptureDeviceClient instead of VideoCaptureDevice (Closed)
Patch Set: Remove method AsClientBuffer() 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
Index: services/video_capture/public/interfaces/video_capture_device_proxy.mojom
diff --git a/services/video_capture/public/interfaces/video_capture_device_proxy.mojom b/services/video_capture/public/interfaces/video_capture_device_proxy.mojom
index d7d496670d38cbc0a2cbda373564e26921b33023..6b8f0b19b3ef27c2bc07f1db43c00eeedbf6d614 100644
--- a/services/video_capture/public/interfaces/video_capture_device_proxy.mojom
+++ b/services/video_capture/public/interfaces/video_capture_device_proxy.mojom
@@ -4,8 +4,8 @@
module video_capture.mojom;
-import "services/video_capture/public/interfaces/video_capture_device_client.mojom";
import "services/video_capture/public/interfaces/video_capture_format.mojom";
+import "services/video_capture/public/interfaces/video_frame_receiver.mojom";
enum ResolutionChangePolicy {
FIXED_RESOLUTION,
@@ -26,5 +26,5 @@ interface VideoCaptureDeviceProxy {
Start(VideoCaptureFormat requested_format,
ResolutionChangePolicy resolution_change_policy,
PowerLineFrequency power_line_frequency,
- VideoCaptureDeviceClient client);
+ VideoFrameReceiver receiver);
};

Powered by Google App Engine
This is Rietveld 408576698