Switch to gfx::Image
This commit is contained in:
parent
fa6d499a4e
commit
1b9649b481
5 changed files with 13 additions and 6 deletions
|
@ -73,7 +73,7 @@ class NativeWindowViews : public NativeWindow,
|
|||
bool IsKiosk() override;
|
||||
void SetMenu(ui::MenuModel* menu_model) override;
|
||||
gfx::NativeWindow GetNativeWindow() override;
|
||||
void SetOverlayIcon(const gfx::ImageSkia& overlay,
|
||||
void SetOverlayIcon(const gfx::Image& overlay,
|
||||
const std::string& description) override;
|
||||
void SetProgressBar(double value) override;
|
||||
void SetAutoHideMenuBar(bool auto_hide) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue