diff options
Diffstat (limited to 'ui/gfx/win')
-rw-r--r-- | ui/gfx/win/window_impl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gfx/win/window_impl.cc b/ui/gfx/win/window_impl.cc index c66ed52..ff9fe57 100644 --- a/ui/gfx/win/window_impl.cc +++ b/ui/gfx/win/window_impl.cc @@ -134,7 +134,7 @@ ClassRegistrar::ClassRegistrar() : registered_count_(0) {} // WindowImpl, public WindowImpl::WindowImpl() - : window_style_(kWindowDefaultStyle), + : window_style_(0), window_ex_style_(kWindowDefaultExStyle), class_style_(CS_DBLCLKS), hwnd_(NULL), |