DescriptionFixed: on windows, fixed-size app windows would lose their shadows.
Some code checked the resizability of the window and used it to key a change in
window style. For app windows, we always want a very particular window style,
so we check for the remove_standard_frame Widget::InitParams option and ignore
the resize flag.
Also, change the shell window NonClientHitTest code to not return HTTOPLEFT and
friends when the window is non-resizable.
R=ben@chromium.org
BUG=155219
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=162387
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|