Index: services/video_capture/public/interfaces/video_capture_device_client.mojom |
diff --git a/services/video_capture/public/interfaces/video_capture_device_client.mojom b/services/video_capture/public/interfaces/video_capture_device_client.mojom |
index 7c7f210cb59e88946615a94b7e77257378b45012..dcb9cbf4ce3065daba7d31c48c2457d83eb1aa7c 100644 |
--- a/services/video_capture/public/interfaces/video_capture_device_client.mojom |
+++ b/services/video_capture/public/interfaces/video_capture_device_client.mojom |
@@ -6,6 +6,8 @@ module video_capture.mojom; |
import "media/mojo/interfaces/media_types.mojom"; |
+// Callback interface for receiving data and messages from a started |
+// VideoCaptureDevice |
yzshen1
2016/08/12 17:46:50
style nit: please add a '.' at the end.
chfremer
2016/08/12 18:32:27
Done.
|
interface VideoCaptureDeviceClient { |
OnFrameAvailable(media.mojom.VideoFrame frame); |
OnError(string error); |