Commit 2f6d2542 authored by tapted@chromium.org's avatar tapted@chromium.org

Fix uninitialized data member in Widget::InitParams.

BUG=None

Review URL: https://codereview.chromium.org/14241013

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195430 0039d316-1c4b-4281-b951-d872f2087c98
parent 3db2c322
......@@ -170,6 +170,7 @@ Widget::InitParams::InitParams(Type type)
mirror_origin_in_rtl(false),
has_dropshadow(false),
remove_standard_frame(false),
use_system_default_icon(false),
show_state(ui::SHOW_STATE_DEFAULT),
double_buffer(false),
parent(NULL),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment