win: Update states when setting checked property.

This commit is contained in:
Cheng Zhao 2014-05-26 11:34:36 +08:00
commit dfa1ae1c20
8 changed files with 50 additions and 9 deletions

View file

@ -81,6 +81,7 @@ class NativeWindowWin : public NativeWindow,
void SetMenu(ui::MenuModel* menu_model);
views::Widget* window() const { return window_.get(); }
atom::Menu2* menu() const { return menu_.get(); }
SkRegion* draggable_region() { return draggable_region_.get(); }
protected: