Add webContents.isFocused()
This commit is contained in:
parent
6d2e633c82
commit
7877fa7c0a
5 changed files with 43 additions and 0 deletions
|
@ -67,6 +67,7 @@ class WebContents : public mate::TrackableObject<WebContents>,
|
|||
|
||||
int GetID() const;
|
||||
Type GetType() const;
|
||||
bool IsFocused() const;
|
||||
bool Equal(const WebContents* web_contents) const;
|
||||
void LoadURL(const GURL& url, const mate::Dictionary& options);
|
||||
void DownloadURL(const GURL& url);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue