Come correct with line length and constness

This commit is contained in:
Paul Betts 2015-02-06 16:31:41 -08:00
parent 0afac1e05a
commit fa6d499a4e
4 changed files with 14 additions and 5 deletions

View file

@ -142,7 +142,8 @@ class NativeWindow : public brightray::DefaultWebContentsDelegate,
virtual bool HasModalDialog();
virtual gfx::NativeWindow GetNativeWindow() = 0;
virtual void SetProgressBar(double progress) = 0;
virtual void SetOverlayIcon(gfx::ImageSkia& overlay, const std::string& description) = 0;
virtual void SetOverlayIcon(const gfx::ImageSkia& overlay,
const std::string& description) = 0;
virtual bool IsClosed() const { return is_closed_; }
virtual void OpenDevTools();