Add thickFrame option

This commit is contained in:
Cheng Zhao 2016-07-09 21:49:15 +09:00
parent 187b68b8b2
commit 2ece9e2885
2 changed files with 21 additions and 5 deletions

View file

@ -220,6 +220,9 @@ class NativeWindowViews : public NativeWindow,
// If true we have enabled a11y
bool enabled_a11y_support_;
// Whether to show the WS_THICKFRAME style.
bool thick_frame_;
// The icons of window and taskbar.
base::win::ScopedHICON window_icon_;
base::win::ScopedHICON app_icon_;