Add use-content-size switch.

This commit is contained in:
Cheng Zhao 2014-05-15 15:18:46 +08:00
parent f2281957ce
commit e22a8d0a49
2 changed files with 4 additions and 0 deletions

View file

@ -36,6 +36,9 @@ const char kNodeIntegration[] = "node-integration";
// Enable the NSView to accept first mouse event.
const char kAcceptFirstMouse[] = "accept-first-mouse";
// Whether window size should include window frame.
const char kUseContentSize[] = "use-content-size";
} // namespace switches
} // namespace atom

View file

@ -28,6 +28,7 @@ extern const char kKiosk[];
extern const char kAlwaysOnTop[];
extern const char kNodeIntegration[];
extern const char kAcceptFirstMouse[];
extern const char kUseContentSize[];
} // namespace switches