Add use-content-size switch.
This commit is contained in:
parent
f2281957ce
commit
e22a8d0a49
2 changed files with 4 additions and 0 deletions
|
@ -36,6 +36,9 @@ const char kNodeIntegration[] = "node-integration";
|
||||||
// Enable the NSView to accept first mouse event.
|
// Enable the NSView to accept first mouse event.
|
||||||
const char kAcceptFirstMouse[] = "accept-first-mouse";
|
const char kAcceptFirstMouse[] = "accept-first-mouse";
|
||||||
|
|
||||||
|
// Whether window size should include window frame.
|
||||||
|
const char kUseContentSize[] = "use-content-size";
|
||||||
|
|
||||||
} // namespace switches
|
} // namespace switches
|
||||||
|
|
||||||
} // namespace atom
|
} // namespace atom
|
||||||
|
|
|
@ -28,6 +28,7 @@ extern const char kKiosk[];
|
||||||
extern const char kAlwaysOnTop[];
|
extern const char kAlwaysOnTop[];
|
||||||
extern const char kNodeIntegration[];
|
extern const char kNodeIntegration[];
|
||||||
extern const char kAcceptFirstMouse[];
|
extern const char kAcceptFirstMouse[];
|
||||||
|
extern const char kUseContentSize[];
|
||||||
|
|
||||||
} // namespace switches
|
} // namespace switches
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue