[MacViews] Use NSTitledWindowMask for window modal dialogs.
commit4fd831b9c04682e0df42d4e6dba2155f0982312b
authorjackhou <jackhou@chromium.org>
Thu, 20 Aug 2015 03:49:44 +0000 (19 20:49 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 20 Aug 2015 03:50:31 +0000 (20 03:50 +0000)
treed35a022670c1f74bd953ce6591e51fbbb14e115d
parentfa404e4487dc3abae2794eac991e763f20636484
[MacViews] Use NSTitledWindowMask for window modal dialogs.

-[NSApplication beginSheet:modalForWindow:...] doesn't seem to make the
sheet modal if it has NSBorderlessWindowMask.

Use NSTitledWindowMask for window modal widgets. The title is not drawn
on sheets anyway.

BUG=522359

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

Cr-Commit-Position: refs/heads/master@{#344421}
ui/views/widget/native_widget_mac.mm