Reimplement FrameSubscriber with mojo VideoCapture APIs

This commit is contained in:
Heilig Benedek 2018-04-18 02:45:15 +02:00 committed by Samuel Attard
parent 28f6e10e5a
commit 1de1ca906a
6 changed files with 99 additions and 104 deletions

View file

@ -438,6 +438,8 @@ class WebContents : public mate::TrackableObject<WebContents>,
std::unique_ptr<AtomJavaScriptDialogManager> dialog_manager_;
std::unique_ptr<WebViewGuestDelegate> guest_delegate_;
std::unique_ptr<FrameSubscriber> frame_subscriber_;
// The host webcontents that may contain this webcontents.
WebContents* embedder_ = nullptr;