summaryrefslogtreecommitdiffstats
path: root/ui/gfx/win
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-27 23:51:30 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-27 23:51:30 +0000
commit2b101f6f3beed00a0719cd16ebc0bbdb115cb726 (patch)
tree354af4a87a161a33a64070ed97f396cadb5ea5ba /ui/gfx/win
parent2854caf715054c40049c81b14e3b13a8b833e61f (diff)
downloadchromium_src-2b101f6f3beed00a0719cd16ebc0bbdb115cb726.zip
chromium_src-2b101f6f3beed00a0719cd16ebc0bbdb115cb726.tar.gz
chromium_src-2b101f6f3beed00a0719cd16ebc0bbdb115cb726.tar.bz2
Revert change to window_impl default window styles to see if this fixes tests.
TBR=sky@chromium.org BUG= Review URL: https://codereview.chromium.org/139283009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247342 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/gfx/win')
-rw-r--r--ui/gfx/win/window_impl.cc2
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),