feat: flexible autoresize for BrowserViews (#16184)
* feat: flexible autoresize for BrowserViews * fix: change to static_cast * Slight format code
This commit is contained in:
parent
927aac306f
commit
49ec7e1582
8 changed files with 115 additions and 25 deletions
|
@ -21,6 +21,8 @@ namespace atom {
|
|||
enum AutoResizeFlags {
|
||||
kAutoResizeWidth = 0x1,
|
||||
kAutoResizeHeight = 0x2,
|
||||
kAutoResizeHorizontal = 0x4,
|
||||
kAutoResizeVertical = 0x8,
|
||||
};
|
||||
|
||||
class InspectableWebContents;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue