cef/libcef
Marshall Greenblatt 9928036f63 Windows: Fix behavior of frameless windows with Views.
- Don't set InitParams::TRANSLUCENT_WINDOW. Setting this resulted in
  the WS_EX_COMPOSITED style being added and the WS_THICKFRAME style
  being removed, which disabled Aero Snap.
- Remove the non-client border to get a completely frameless window.
  Having a border is problematic because the top is drawn by Windows
  while the rest is drawn black. Having Windows draw part of the
  border is required to enable the window drop shadow (see
  HWNDMessageHandler::SetDwmFrameExtension).
- Delete the remove_caption patches which are no longer required.
2016-12-14 06:59:13 -08:00
..
browser Windows: Fix behavior of frameless windows with Views. 2016-12-14 06:59:13 -08:00
common Update to Chromium revision 3a87aecc (#433059) 2016-11-29 16:56:29 -05:00
renderer Update to Chromium revision 3a87aecc (#433059) 2016-11-29 16:56:29 -05:00
resources Update to Chromium revision 3a87aecc (#433059) 2016-11-29 16:56:29 -05:00
utility Update to Chromium revision 3a87aecc (#433059) 2016-11-29 16:56:29 -05:00