Manage webview with CommonWebContentsDelegate
This commit is contained in:
parent
92b15c81e9
commit
c32aac0a56
2 changed files with 12 additions and 14 deletions
|
@ -239,9 +239,6 @@ class WebContents : public mate::EventEmitter,
|
|||
// Stores whether the contents of the guest can be transparent.
|
||||
bool guest_opaque_;
|
||||
|
||||
// Stores the WebContents that managed by this class.
|
||||
scoped_ptr<brightray::InspectableWebContents> storage_;
|
||||
|
||||
// The WebContents that attaches this guest view.
|
||||
content::WebContents* embedder_web_contents_;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue