Switch to gfx::Image

This commit is contained in:
Paul Betts 2015-02-06 17:00:26 -08:00
parent fa6d499a4e
commit 1b9649b481
5 changed files with 13 additions and 6 deletions

View file

@ -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;