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

Unified Diff: content/browser/renderer_host/media/service_video_capture_provider.h

Issue 2857303002: [Mojo Video Capture] Implement a VideoCaptureProvider using the Mojo service (part 2) (Closed)
Patch Set: Added back update to |state_| which was accidentally dropped in PatchSet 3 Created 3 years, 7 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: content/browser/renderer_host/media/service_video_capture_provider.h
diff --git a/content/browser/renderer_host/media/service_video_capture_provider.h b/content/browser/renderer_host/media/service_video_capture_provider.h
index 47c732983c27bb0cec91513480c30a51bd49a8cc..49effdf159bfc1bee6789f1c4b747600743a0265 100644
--- a/content/browser/renderer_host/media/service_video_capture_provider.h
+++ b/content/browser/renderer_host/media/service_video_capture_provider.h
@@ -40,7 +40,7 @@ class CONTENT_EXPORT ServiceVideoCaptureProvider : public VideoCaptureProvider {
// service-side binding for |device_factory_|.
video_capture::mojom::DeviceFactoryProviderPtr device_factory_provider_;
video_capture::mojom::DeviceFactoryPtr device_factory_;
- base::ThreadChecker thread_checker_;
+ base::SequenceChecker sequence_checker_;
};
} // namespace content

Powered by Google App Engine
This is Rietveld 408576698