mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
Come correct with line length and constness
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user