menu_bar_show_ => menu_bar_visible_

This commit is contained in:
Cheng Zhao 2014-08-07 16:48:30 +08:00
parent 58a09f6495
commit 8cc49ffa80
2 changed files with 8 additions and 8 deletions

View file

@ -130,7 +130,7 @@ class NativeWindowViews : public NativeWindow,
scoped_ptr<MenuBar> menu_bar_;
bool menu_bar_autohide_;
bool menu_bar_show_;
bool menu_bar_visible_;
bool menu_bar_alt_pressed_;
#if defined(USE_X11)