Reimplement FrameSubscriber with mojo VideoCapture APIs
This commit is contained in:
parent
28f6e10e5a
commit
1de1ca906a
6 changed files with 99 additions and 104 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue