Reorgnize how attributes work

This commit is contained in:
Cheng Zhao 2016-01-23 02:23:18 -08:00
parent ae7e96f181
commit d704b3f7ba
5 changed files with 55 additions and 78 deletions

View file

@ -206,9 +206,9 @@ class NativeWindowViews : public NativeWindow,
accelerator_util::AcceleratorTable accelerator_table_;
bool use_content_size_;
bool movable_;
bool resizable_;
bool maximizable_;
bool movable_;
bool minimizable_;
std::string title_;
gfx::Size widget_size_;