Skip to content

Commit

Permalink
fix: method to be accessible on mac api impl
Browse files Browse the repository at this point in the history
  • Loading branch information
summeroff committed Dec 20, 2018
1 parent f567e91 commit 38816e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion atom/browser/native_window.h
Expand Up @@ -290,8 +290,9 @@ class NativeWindow : public base::SupportsUserData,

NativeWindow* parent() const { return parent_; }
bool is_modal() const { return is_modal_; }

std::list<NativeBrowserView*> browser_views() const { return browser_views_; }

protected:
NativeWindow(const mate::Dictionary& options, NativeWindow* parent);

Expand Down

0 comments on commit 38816e8

Please sign in to comment.