Add setBackgroundColor method
This commit is contained in:
parent
4a6134f3f7
commit
e36d455d51
8 changed files with 31 additions and 14 deletions
|
@ -77,6 +77,7 @@ class NativeWindowViews : public NativeWindow,
|
|||
void SetSkipTaskbar(bool skip) override;
|
||||
void SetKiosk(bool kiosk) override;
|
||||
bool IsKiosk() override;
|
||||
void SetBackgroundColor(const std::string& color_name) override;
|
||||
void SetMenu(ui::MenuModel* menu_model) override;
|
||||
gfx::NativeWindow GetNativeWindow() override;
|
||||
void SetOverlayIcon(const gfx::Image& overlay,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue