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
|
@ -118,7 +118,8 @@ class Window : public mate::EventEmitter,
|
|||
void CapturePage(mate::Arguments* args);
|
||||
void Print(mate::Arguments* args);
|
||||
void SetProgressBar(double progress);
|
||||
void SetOverlayIcon(gfx::ImageSkia& overlay, const std::string& description);
|
||||
void SetOverlayIcon(const gfx::ImageSkia& overlay,
|
||||
const std::string& description);
|
||||
void SetAutoHideMenuBar(bool auto_hide);
|
||||
bool IsMenuBarAutoHide();
|
||||
void SetMenuBarVisibility(bool visible);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue