migrate to virtual void and start mac impl

This commit is contained in:
Shelley Vohr 2018-02-06 08:21:53 -05:00
parent 97589bbe33
commit ae632193c0
No known key found for this signature in database
GPG key ID: F13993A75599653C
4 changed files with 11 additions and 3 deletions

View file

@ -132,7 +132,7 @@ class NativeWindowViews : public NativeWindow,
void SetIcon(const gfx::ImageSkia& icon);
#endif
void SetEnabled(bool enable);
void SetEnabled(bool enable) override;
views::Widget* widget() const { return window_.get(); }