Fix unmaximize() not working

This commit is contained in:
Cheng Zhao 2016-07-09 23:16:57 +09:00
parent 5979c1464f
commit f77b9db069
2 changed files with 7 additions and 4 deletions

View file

@ -223,6 +223,9 @@ class NativeWindowViews : public NativeWindow,
// Whether to show the WS_THICKFRAME style.
bool thick_frame_;
// The bounds of window before maximize/fullscreen.
gfx::Rect restore_bounds_;
// The icons of window and taskbar.
base::win::ScopedHICON window_icon_;
base::win::ScopedHICON app_icon_;