Fix compiler errors
This commit is contained in:
parent
783d47f78b
commit
bce62622bb
2 changed files with 23 additions and 22 deletions
|
@ -118,7 +118,8 @@ class NativeWindow : public base::SupportsUserData,
|
|||
virtual bool IsFullScreenable() = 0;
|
||||
virtual void SetClosable(bool closable) = 0;
|
||||
virtual bool IsClosable() = 0;
|
||||
virtual void SetAlwaysOnTop(bool top, const std::string& level) = 0;
|
||||
virtual void SetAlwaysOnTop(bool top,
|
||||
const std::string& level = "floating") = 0;
|
||||
virtual bool IsAlwaysOnTop() = 0;
|
||||
virtual void Center() = 0;
|
||||
virtual void SetTitle(const std::string& title) = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue