migrate to virtual void and start mac impl
This commit is contained in:
parent
97589bbe33
commit
ae632193c0
4 changed files with 11 additions and 3 deletions
|
@ -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(); }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue