Fix unmaximize() not working
This commit is contained in:
parent
5979c1464f
commit
f77b9db069
2 changed files with 7 additions and 4 deletions
|
@ -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_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue