Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Issue 2826343002: Remove use of WS_EX_COMPOSITED for translucent windows. (Closed)

Created:
3 years, 8 months ago by jbauman
Modified:
3 years, 8 months ago
Reviewers:
sky
CC:
chromium-reviews, tfarina, jam, jbauman+watch_chromium.org, darin-cc_chromium.org, piman+watch_chromium.org, kalyank, danakj+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove use of WS_EX_COMPOSITED for translucent windows. This style causes windows to display transparent on Windows 10 creators update with some Intel drivers on D3D9. The style itself is unnecessary, becasue based on its documentation it doesn't affect top-level window rendering, but affects only how child unredirected windows (which aren't used in Aura) render on top of their parents. BUG=712196 Review-Url: https://codereview.chromium.org/2826343002 Cr-Commit-Position: refs/heads/master@{#466207} Committed: https://chromium.googlesource.com/chromium/src/+/fec5a00d881dcf85a1a4334af1369402e183a302

Patch Set 1 #

Total comments: 3

Patch Set 2 : post-review changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+65 lines, -47 lines) Patch
M content/browser/compositor/software_output_device_win.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M ui/base/win/internal_constants.h View 1 1 chunk +5 lines, -0 lines 0 comments Download
M ui/base/win/internal_constants.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc View 1 4 chunks +7 lines, -7 lines 0 comments Download
M ui/views/widget/widget_hwnd_utils.cc View 1 4 chunks +26 lines, -25 lines 0 comments Download
M ui/views/win/hwnd_message_handler.h View 1 2 chunks +9 lines, -0 lines 0 comments Download
M ui/views/win/hwnd_message_handler.cc View 1 5 chunks +13 lines, -12 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 20 (12 generated)
jbauman
3 years, 8 months ago (2017-04-20 00:53:49 UTC) #6
sky
https://codereview.chromium.org/2826343002/diff/1/ui/gfx/win/constants.h File ui/gfx/win/constants.h (right): https://codereview.chromium.org/2826343002/diff/1/ui/gfx/win/constants.h#newcode13 ui/gfx/win/constants.h:13: const wchar_t kChromeWindowTranslucent[] = L"Chrome.WindowTranslucent"; We also have ui/base/win/internal_constants.h. ...
3 years, 8 months ago (2017-04-20 17:26:28 UTC) #7
jbauman
PTAL. On 2017/04/20 17:26:28, sky wrote: > https://codereview.chromium.org/2826343002/diff/1/ui/gfx/win/constants.h > File ui/gfx/win/constants.h (right): > > https://codereview.chromium.org/2826343002/diff/1/ui/gfx/win/constants.h#newcode13 ...
3 years, 8 months ago (2017-04-20 21:56:31 UTC) #10
sky
On 2017/04/20 21:56:31, jbauman wrote: > PTAL. > > On 2017/04/20 17:26:28, sky wrote: > ...
3 years, 8 months ago (2017-04-20 22:05:40 UTC) #11
jbauman
On 2017/04/20 22:05:40, sky wrote: > On 2017/04/20 21:56:31, jbauman wrote: > > PTAL. > ...
3 years, 8 months ago (2017-04-20 22:15:38 UTC) #12
sky
Ok, LGTM
3 years, 8 months ago (2017-04-20 22:26:29 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2826343002/20001
3 years, 8 months ago (2017-04-21 01:06:52 UTC) #17
commit-bot: I haz the power
3 years, 8 months ago (2017-04-21 01:11:03 UTC) #20
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/fec5a00d881dcf85a1a4334af136...

Powered by Google App Engine
This is Rietveld 408576698