First hack at setting the window icon overlay
This commit is contained in:
parent
b75bfe0e92
commit
66f2d18d8b
2 changed files with 17 additions and 0 deletions
|
@ -73,6 +73,7 @@ class NativeWindowViews : public NativeWindow,
|
|||
bool IsKiosk() override;
|
||||
void SetMenu(ui::MenuModel* menu_model) override;
|
||||
gfx::NativeWindow GetNativeWindow() override;
|
||||
void SetOverlayIcon(gfx::ImageSkia& overlay, std::string& description) override;
|
||||
void SetProgressBar(double value) override;
|
||||
void SetAutoHideMenuBar(bool auto_hide) override;
|
||||
bool IsMenuBarAutoHide() override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue