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

Unified Diff: ui/base/win/internal_constants.h

Issue 2826343002: Remove use of WS_EX_COMPOSITED for translucent windows. (Closed)
Patch Set: post-review changes Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/compositor/software_output_device_win.cc ('k') | ui/base/win/internal_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/win/internal_constants.h
diff --git a/ui/base/win/internal_constants.h b/ui/base/win/internal_constants.h
index d81c34de4f10aec1d914442c79ec2cecaff43dad..65f025f397ab1bb2bdd55f6702ce10929b96297f 100644
--- a/ui/base/win/internal_constants.h
+++ b/ui/base/win/internal_constants.h
@@ -13,6 +13,11 @@ namespace ui {
// touch based WM_MOUSEACTIVATE message.
UI_BASE_EXPORT extern const wchar_t kIgnoreTouchMouseActivateForWindow[];
+// This property is put on an HWND so the compositor output knows to treat it
+// as transparent and draw to it using WS_EX_LAYERED (if using the software
+// compositor).
+UI_BASE_EXPORT extern const wchar_t kWindowTranslucent[];
+
} // namespace ui
#endif // UI_BASE_WIN_INTERNAL_CONSTANTS_H_
« no previous file with comments | « content/browser/compositor/software_output_device_win.cc ('k') | ui/base/win/internal_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698