feat: add TopLevelWindow.setContentView API
This commit is contained in:
parent
2b24b26e59
commit
bb2715e7a5
10 changed files with 56 additions and 18 deletions
|
@ -20,7 +20,7 @@ class WebContents;
|
|||
|
||||
class WebContentsView : public View {
|
||||
public:
|
||||
static mate::WrappableBase* New(v8::Isolate* isolate,
|
||||
static mate::WrappableBase* New(mate::Arguments* args,
|
||||
mate::Handle<WebContents> web_contents);
|
||||
|
||||
static void BuildPrototype(v8::Isolate* isolate,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue