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

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

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 | « ui/base/win/internal_constants.h ('k') | ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/win/internal_constants.cc
diff --git a/ui/base/win/internal_constants.cc b/ui/base/win/internal_constants.cc
index 325ab90468bfe94320f921806123cd7d8341ab60..a80c51c98e0ec14538ca289091ac3c8508328280 100644
--- a/ui/base/win/internal_constants.cc
+++ b/ui/base/win/internal_constants.cc
@@ -9,5 +9,7 @@ namespace ui {
const wchar_t kIgnoreTouchMouseActivateForWindow[] =
L"Chrome.IgnoreMouseActivate";
+const wchar_t kWindowTranslucent[] = L"Chrome.WindowTranslucent";
+
} // namespace ui
« no previous file with comments | « ui/base/win/internal_constants.h ('k') | ui/views/widget/desktop_aura/desktop_window_tree_host_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698