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

Unified Diff: media/capture/video/mac/video_capture_device_mac.mm

Issue 2673373003: getUserMeida: report device starting states (Closed)
Patch Set: address comments on PS#1 Created 3 years, 10 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: media/capture/video/mac/video_capture_device_mac.mm
diff --git a/media/capture/video/mac/video_capture_device_mac.mm b/media/capture/video/mac/video_capture_device_mac.mm
index d14f55102f8559442b74095a7db9fb25cd0af198..8eb5c7ded6326b4c9bad111b5f6075a919c40a28 100644
--- a/media/capture/video/mac/video_capture_device_mac.mm
+++ b/media/capture/video/mac/video_capture_device_mac.mm
@@ -360,6 +360,7 @@ void VideoCaptureDeviceMac::AllocateAndStart(
}
state_ = kCapturing;
+ client_->OnStarted();
}
void VideoCaptureDeviceMac::StopAndDeAllocate() {

Powered by Google App Engine
This is Rietveld 408576698