Come correct with line length and constness
This commit is contained in:
parent
0afac1e05a
commit
fa6d499a4e
4 changed files with 14 additions and 5 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue