views: Add menu should not change window size.

This commit is contained in:
Cheng Zhao 2014-07-21 20:58:15 +08:00
parent ffad6fe884
commit 1a79093378
3 changed files with 10 additions and 10 deletions

View file

@ -132,6 +132,7 @@ class NativeWindowViews : public NativeWindow,
// Map from accelerator to menu item's command id.
accelerator_util::AcceleratorTable accelerator_table_;
bool use_content_size_;
bool resizable_;
std::string title_;
gfx::Size minimum_size_;