summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-27 22:38:19 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-27 22:38:19 +0000
commitbddb284378bf20a235f88261f5cef59248a0fdda (patch)
tree5e0616ccabad947af9ef898171ddc461d3a77a1e /ui
parent8f585c8a99e6514a3869b590ba8e881beec8dc52 (diff)
downloadchromium_src-bddb284378bf20a235f88261f5cef59248a0fdda.zip
chromium_src-bddb284378bf20a235f88261f5cef59248a0fdda.tar.gz
chromium_src-bddb284378bf20a235f88261f5cef59248a0fdda.tar.bz2
Add a Launcher App.
To get this to work somewhat well, I had to add a bunch of stuff to NativeViewport. It's still very glitchy. I'll fix that later. BUG= R=sky@chromium.org Review URL: https://codereview.chromium.org/145623005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247329 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui')
-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 ff9fe57..c66ed52 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_(0),
+ : window_style_(kWindowDefaultStyle),
window_ex_style_(kWindowDefaultExStyle),
class_style_(CS_DBLCLKS),
hwnd_(NULL),